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

Bug 399464

Summary: [Scale][Slider] Mouse events not fired
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.5   
Target Milestone: 2.1 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ivan Furnadjiev CLA 2013-01-30 04:23:54 EST
Reproducible with Controls Demo -> Scale/Slider Tab with additional attached mouse listener. Mouse events are send by the client, but not processed on the server. The obvious fix is to add the missing ControlLCAUtil.processMouseEvents( scale ); in Scale/SliderLCA#readData. More over there is no processing of key events in SliderLCA too. We should check this against SWT.
Comment 1 Ivan Furnadjiev CLA 2013-02-07 06:01:22 EST
Fixed in master with commit ab4b58a2b41784a191190eaae2305cedee98fe20.