[Webkit-unassigned] [Bug 111824] New: Inconsistency on onkeydown, onkeypress, onkeyup events fired
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 7 23:06:51 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=111824
Summary: Inconsistency on onkeydown, onkeypress, onkeyup events
fired
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML Events
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jose.lejin at gmail.com
This is about onkeydown, onkeypress, onkeyup events fired in HTML page by a key stroke.
Please refer attached sample page KeyEvent.html
In different browsers behavior on these events are different.
Chrome fires onkeydown, onkeypress, onkeyup events on visible character stroke and onkeydown,onkeyup on other key stroke.
IE fires onkeydown, onkeypress events on visible character stroke and only onkeydown on other key stroke.
On safari behavior is same as Chrome except, load the page and press enter on address bar, it fires just onkeyup (Once focus is on page and do key stroke, behavior is same as Chrome.)
--
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