| Summary: | [Table] Issues with column-hiding | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Stefan Milchram <stefan.milchram> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | critical | ||||||
| Priority: | P3 | CC: | stefan.milchram, tbuschto | ||||
| Version: | 2.0 | ||||||
| Target Milestone: | 2.1 M1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Probably a duplicate of bug 402270. I will keep it opened till we confirm that. Bug 402270 is fixed and the snippet works fine for me - I'll close the bug. Please re-open if you disagree. |
Created attachment 228264 [details] Snippet When setting the width of 2 suqbsequent TableColumns to 0 the second is displayed anyway. Also if you have 4 TableColumns, set the width of the last 2 to 0 and reverse the order using Table.setColumnOrder() the fourth column is painted on top of the first column. Please have a look at the attached snippet.