| Summary: | [Table] TableItems may be empty when filtering on a virtual table | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Wolfgang Pedot <wolfgang.pedot> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.3 | ||
| Target Milestone: | 2.3 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Wolfgang Pedot
Is it reproducible with RAP 2.2 release or 2.3M1/M2? Could you provide a complete self-running snippet/project to demonstrate the issue? Does it work in RCP? I am getting the same result with 2.2.0.20131204, have not tested in RCP yet. All you need to do is change the first line of TableViewerTab.createViewer in the controls demo to viewer = new TableViewer(parent, getStyle() | SWT.VIRTUAL); then launch the application and for example type "adan" in the filter-text of the TableViewer-tab. Afterwards delete the text and the items should "appear" without labels until you click on one. I will also test with a small RCP application. I just transplanted the relevant parts into an RCP demo project with a single view using Kepler SR1 and I do not have the issue there. I can reproduce it and I have a fix (call redraw() at the end of Table#setItemCount()). Will push a gerrit change tomorrow. Works for me as well. Pending change - https://git.eclipse.org/r/26697. Change is merged to master. |