| Summary: | [Table] Header disappear when it's layouted in invisible TabFolder tab | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | David Song <micromms> | ||||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P1 | CC: | tbuschto | ||||||
| Version: | 1.5 | ||||||||
| Target Milestone: | 2.0 M1 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
David Song
Created attachment 218541 [details]
table header error snipet
I replace the jar org.eclipse.rap.rwt_1.5.0.20120612-1458.jar with the project org.eclipse.rap.rwt, but new error occurs.The table header disappears
when it is layouted not in the first tab of the widget tabfolder.
Sorry, replace the jar with the issue in Tree with commit d0c0578c49835bd2f8c5655c0a1aad71bec4ffc1. I can confirm the problem with current master. I swap the org.eclipse.rap.rwt_1.5.0.20120612-1458.jar with the new project from the issue with commit d0c0578c49835bd2f8c5655c0a1aad71bec4ffc1. and the error occurs. and It run well with the original org.eclipse.rap.rwt_1.5.0.20120612-1458.jar. Created attachment 218548 [details]
screen shot image
Fixed with commit 1ac28332c981fcb089841a7436526a80e27f9626. Because i used the widgetqueue for columns, and the tabfolder uses display false instead of visibility false for its pages, the columns were not rendered before or during grid appear. |