| Summary: | [Tree] Item collapse does not trigger SWT.Selection if child item is selected | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Stephan Krall <stephan.krall> | ||||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | ||||||||
| Version: | 3.0 | ||||||||
| Target Milestone: | 3.0 M7 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows 7 | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 251925 [details]
RAP Snippet
Pending change - https://git.eclipse.org/r/#/c/44695/. Fixed with change https://git.eclipse.org/r/#/c/44695/ |
Created attachment 251924 [details] SWT Snippet RCP: When the user collapses a branch of the treelist widget (while an item of this branch is selected) an SWT.Selection event is triggered which can be used by the backend logic to update the selected item accordingly. In RAP when the user collapses the treelist widget no such SWT.Selection event is triggered and thus no update in the backend logic happens. Snippet attached.