| Summary: | [List] Selection events on List not fired | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Markus Knauer <mknauer> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P1 | CC: | stephan.baumeister | ||||
| Version: | 2.3 | ||||||
| Target Milestone: | 2.3 M2 | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Confirmed with Controls Demo. Fixed with change https://git.eclipse.org/r/21516 Great! Thanks, Ivan. |
Created attachment 239599 [details] Example project with broken RWT List Selection event When attaching a Selection listener to an RWT List widget, the event is fired only once and the selection is never updated in RAP 2.3M1. This is a regression in RAP 2.3, because it used to work like a charm in RAP 2.2. The attached project contains two target definition files: If you activate the RAP 2.2 target definition, the simple List example works, if you activate the 2.3M1 target definition, you will see only the first selection event printed on the console. Consecutive selection events are ignored.