Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324555 - Refactor client-side dom-event-handling
Summary: Refactor client-side dom-event-handling
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.4   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.4 M2   Edit
Assignee: Tim Buschtoens CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 282449 320993
  Show dependency tree
 
Reported: 2010-09-06 05:10 EDT by Tim Buschtoens CLA
Modified: 2010-09-21 09:01 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.