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

Bug 404261

Summary: [ClientScripting] add Selection/DefaultSelection Event Support for List
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: IncubatorAssignee: Project Inbox <rap.incubator-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: tbuschto
Version: 2.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2013-03-25 07:18:40 EDT
Many widgets are nearly useless for ClientScripting without Selection and DefaultSelection events, especially List. We should add support for them as they are needed.
Comment 1 Tim Buschtoens CLA 2013-03-28 04:46:17 EDT
Fixed with commit 2251652e9d1a717e62fe50d30e34df06ab63459b.

Also implemented getter for selection, as the event itself (like in SWT)
does not contain any selection information.