| Summary: | Client-side Selection listener is not invoked for Slider widget | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Linuxhippy <linuxhippy> |
| Component: | RWT | Assignee: | 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: | |||
. |
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'); }"));