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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 01:52:34 PDT 2009


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





------- Comment #11 from ojan at chromium.org  2009-05-04 01:52 PDT -------
The intention of this change is that web developers ought to be able to a) see
what change a keyboard event is about to make and b) cancel it. The IE7
behavior affords this.

Firefox WIN/MAC modify the DOM after the keydown event as well. Canceling the
event only seems to prevent text insertion on Windows Firefox though.

So, in terms of web compatibility, it seems clear that the IE/FF-Win model is
best.

Is there somewhere I should look to get a better sense of why the current
behavior is correct? What is different about the Mac IM behavior that make the
current behavior correct?


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