[Webkit-unassigned] [Bug 18792] No keyup event generated when turning caps lock on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 14:15:05 PST 2012


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org




--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2012-12-12 14:17:27 PST ---
Also see https://bugzilla.mozilla.org/show_bug.cgi?id=712535.

In particular, the reported behavior of WebKit seems to indicate we have more bugs in this area:
<blockquote>
I've tested this in Chrome and Safari, both of which fire a keyup event after toggling the caps-lock key.


Actual results:

On the first press of caps-lock the keydown event fires.
On the second press of caps-lock the keydown event fires again.


Expected results:

On the first press of caps-lock the keydown event should fire.
On the second press of caps-lock the keyup event should fire, Not keydown again.
</blockquote>

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