[Webkit-unassigned] [Bug 16972] in textarea ctrl+enter produces keypress event with keyCode=10, not 13

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 17:24:01 PDT 2009


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


Erik Arvidsson <arv at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arv at chromium.org




--- Comment #7 from Erik Arvidsson <arv at chromium.org>  2009-10-27 17:24:01 PDT ---
keypress should use the charCode (which is 13) .

This seems correct on Safari Mac but wrong on Safari Windows which returns
keyCode 10.

What does the rdar bug say we want to do here?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list