[Webkit-unassigned] [Bug 25119] IME modifies the DOM before keydown
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 1 04:28:16 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25119
ap at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|New Bugs |HTML Editing
------- Comment #6 from ap at webkit.org 2009-05-01 04:28 PDT -------
This is a comment in EventHandler::keyEvent():
// Run input method in advance of DOM event handling. This may result in
the IM
// modifying the page prior the keydown event, but this behaviour is
necessary
// in order to match IE:
// 1. preventing default handling of keydown and keypress events has no
effect on IM input;
// 2. if an input method handles the event, its keyCode is set to 229 in
keydown event.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list