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

Bug 324555

Summary: Refactor client-side dom-event-handling
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Tim Buschtoens <tbuschto>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 1.4   
Target Milestone: 1.4 M2   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 282449, 320993    

Description Tim Buschtoens CLA 2010-09-06 05:10:25 EDT
1. Write fixture to accurately fake dom key-events (browser-dependent).
2. Refactor KeyEventHandler, merge into EventHandler
3. Refactor KeyEventUtil and EventHandler so KeyEventHandlerPatch is not needed anymore.
Comment 1 Tim Buschtoens CLA 2010-09-07 04:44:28 EDT
Mouse and other dom-eventhandler in EventHandler.js will also be refactored.
Comment 2 Tim Buschtoens CLA 2010-09-21 09:01:03 EDT
Fixed in CVS HEAD.

Moved EventHandler.js and KeyEventHandler.js to rwt namespace.
KeyEventHandler has been completely refactored, EventHandler only slightly adopted to our conventions. We should refactor EventHandler sometime in the same manner as KeyEventHandler.