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

Bug 512382

Summary: Client-side Selection listener is not invoked for Slider widget
Product: [RT] RAP Reporter: Linuxhippy <linuxhippy>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M7   
Hardware: PC   
OS: Linux   
See Also: https://git.eclipse.org/r/#/c/94641/
Whiteboard:

Description Linuxhippy CLA 2017-02-17 14:24:12 EST
Slider doesn't seem to support client side selection listeners, compared to a few other widgets I've tried (Button, Spin, ...).

  new Slider(parent, SWT.HORIZONTAL).addListener(SWT.Selection, new ClientListener("var handleEvent = function( event ) { alert('selection event triggered'); }"));
Comment 1 Ivan Furnadjiev CLA 2017-04-10 04:50:40 EDT
.