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

Bug 371371

Summary: [ClientScripting] eventType should use String "constants"
Product: [RT] RAP Reporter: Jordi Boehme Lopez <jboehme>
Component: IncubatorAssignee: Project Inbox <rap.incubator-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 1.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Jordi Boehme Lopez CLA 2012-02-13 10:23:04 EST
Currently the eventType looks like this:
"eventType": 25

To be able to process it, all kind of events vould need a Type<->ID mapping on the client.

Something like:
"eventType": "mouseDown"
would be much nicer.
Comment 1 Tim Buschtoens CLA 2012-02-17 09:19:06 EST
Fixed in Master branch.