Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 427342

Summary: [List] Selection events on List not fired
Product: [RT] RAP Reporter: Markus Knauer <mknauer>
Component: RWTAssignee: 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:
Description Flags
Example project with broken RWT List Selection event none

Description Markus Knauer CLA 2014-02-04 03:16:49 EST
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.
Comment 1 Ivan Furnadjiev CLA 2014-02-04 03:45:09 EST
Confirmed with Controls Demo.
Comment 2 Ivan Furnadjiev CLA 2014-02-05 04:31:38 EST
Fixed with change https://git.eclipse.org/r/21516
Comment 3 Markus Knauer CLA 2014-02-05 04:56:20 EST
Great! Thanks, Ivan.