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

Bug 382847

Summary: [Clientscripting] Add and comment start/end fields in EventProxy.js
Product: [RT] RAP Reporter: Samy Abou-Shama <sa>
Component: IncubatorAssignee: Project Inbox <rap.incubator-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: tbuschto
Version: 1.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Samy Abou-Shama CLA 2012-06-18 07:55:59 EDT
The event fields start are missing in the EventProxy.js - please append. 

Also, I would appreciate a little comment in the text field, that describes the content in case of the most common event types -> it took me a while to realize, that in case of the ClientListener.Verify event event.text contains the last typed char, while in ClientListener.Modify event.text contains the complete input.

Thank you
Comment 1 Tim Buschtoens CLA 2012-08-08 05:56:41 EDT
Fixed with commit ffce56d6b45cad6e763d585c500f1f52091f2bd9.

I case of a Modify event, event.text is not set at all, like in SWT. I will keep the comments as close as possible to the SWT version, so no changes there. I could update the wiki though.