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

Bug 283121

Summary: KeyEvent: setting field "doit" to false has no effect in IE
Product: [RT] RAP Reporter: Thomas Haskes <t.haskes>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: 1.3 M2   
Hardware: All   
OS: All   
Whiteboard:

Description Thomas Haskes CLA 2009-07-10 05:26:51 EDT
Setting the field event.doit = false doesn't work in Internet Explorer. Input is still set. It works in Firefox (at least on my machine).

Later,

Tom
Comment 1 Ivan Furnadjiev CLA 2009-09-03 05:59:32 EDT
A new KeyEventUtil.js is introduced to redirect the server responce to SyncKeyEventUtil or AsyncKeyEventUtil. Keeping and modifing the pending event object outside SyncKeyEventUtil#intercept() does not work in IE. Boolean flag is used instead and pending event is canceled inside the SyncKeyEventUtil#intercept().