[Webkit-unassigned] [Bug 15232] keyCode/charCode/which not reported correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 30 16:28:00 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15232





------- Comment #11 from oliver at apple.com  2007-10-30 16:28 PDT -------
(In reply to comment #10)
> (In reply to comment #8)
> > As was pointed out, for non-printable keys on keypress, the two
> > versions produce different keyCodes.  Are there any plans to change this?
> 
> It would be helpful to have specific bug reports about particular keys (or sets
> of keys) that differ between the platform. Should be easy to fix, and would be
> much easier to understand if expressed that way!
> 
A major problem is that (IIRC) we construct key event information for
windowless plugins from our internal event representation -- changing the key
code could easily break plugins.  Once again i'll try to remind people, keyCode
*is* platform specific.

keyCode and charCode also don't account for international input -- you're
looking at something that is largely platform dependent, and can easily break
your site for international users.


-- 
Configure bugmail: http://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