[Webkit-unassigned] [Bug 25119] IME modifies the DOM before keydown

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 02:00:50 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25119


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|25543                       |
              nThis|                            |




------- Comment #13 from ap at webkit.org  2009-05-04 02:00 PDT -------
I don't think that "careful design" is a particularly strong argument in this
case. It is true that a lot of time and energy was spent on this issue, but it
is also true that the current behavior is not perfect.

That said, it may be difficult or impossible to ensure that canceling keydown
prevents IM from handling the event on Mac OS X. We need to pass the event
through the IM before DOM event dispatch in order to determine which keycode to
report (remember, events that are handled by IM have a keycode of 229) - and
one we pass the event through the IM, we cannot un-pass it.


-- 
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