| Summary: | [Table] TableItem images are not displayed if columns are created after setInput | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Stefan Röck <stefan.roeck> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 1.3 | ||||||
| Target Milestone: | 1.3 M2 | ||||||
| Hardware: | PC | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Stefan Röck
Created attachment 146496 [details]
Snippet to reproduce
The problem was in Table#createColumn(). If Table#columnImageCount is not null (TableItem.setImage() is called before) for the first added column, there is no need to extend the Table#columnImageCount array. |