[Webkit-unassigned] [Bug 16735] keyboard events created with DOM have keyCode and charCode of 0; thus they aren't handled correctly internally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 12:24:26 PDT 2010


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


Ivo Krab <ivo.krab at rvponp.fgov.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ivo.krab at rvponp.fgov.be




--- Comment #21 from Ivo Krab <ivo.krab at rvponp.fgov.be>  2010-03-18 12:24:25 PST ---
I did not quite follow the whole discussion or dig into the code, but is it
foreseen that dispatching a "keydown" also fires the corresponding "keypress"
if the keyIdentifier warrants it (if a visible character is typed as a result
of the keydown). The standard does not foresee to be able to dispatch
"keypress" as a separate event, but one should result in the other (if
preventDefault is not called from a keyDown handler).

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