| Summary: | Listbox does not reveal selection | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Hasan Ceylan <hceylan> |
| Component: | JFace | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | vasko |
| Version: | 1.3 | ||
| Target Milestone: | 1.3 M1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Hasan Ceylan
@Ralf To fix this we need: 1. to resolve Bug 280900 2. to call List#showSelected() at the end of List#setSelection() (In reply to comment #1) > @Ralf > > To fix this we need: > > 1. to resolve Bug 280900 > 2. to call List#showSelected() at the end of List#setSelection() > Even if we implement the above suggestions, with the current List.js setSelection() and showSelection() will works only for visible widgets. This was not really a problem with databinding but rather with the ListViewer in JFace. The code to reveal the selection was left out as we didn't had the API in place. Reactivated the code in ListViewer. Hasan, could you please do a quick sanity check against CVS HEAD if everything works as expected? Thanks! If there is something wrong, feel free to reopen the bug report. |