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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 01:06:28 PDT 2009


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





------- Comment #8 from ojan at chromium.org  2009-05-04 01:06 PDT -------
OK. The comment is half false actually. In IE7:

1. keydown, keypress happen before the DOM is modified for IME
2. cancelling keydown (i.e. returning false) prevents IME and regular text
insertion
3. cancelling keypress prevents only regular text insertion

That's a bit weird, but matching IE in that way seems reasonable to me.


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