[Webkit-unassigned] [Bug 76224] New: onkeyup/down sometimes don't fire when moving and clicking mouse

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 16:37:41 PST 2012


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

           Summary: onkeyup/down sometimes don't fire when moving and
                    clicking mouse
           Product: WebKit
           Version: 420+
          Platform: PC
               URL: file:///<local path of downloaded
                    attachment>/onkeyXTest.html
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: galehouse.5 at gmail.com
                CC: galehouse.5 at gmail.com


Browsers: Chrome 16.0.912.75, Safari 5.1.2 (7534.52.7)
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)

What steps will reproduce the problem?
1. move the mouse cursor in circles while rapidly left-clicking in the window
2. press, hold, and release 'W' a number of times and for varying durations
3. observe key indicator

What is the expected result?
- key indicator should display "key is down" if 'W' is down
- key indiactor should display empty if 'W' is up

What happens instead?
- key indicator sometimes displays "key is down" when 'W' is up because onkeyup doesn't fire
- key indicator sometimes displays empty when 'W' is down because onkeydown doesn't fire
- keys other than 'W' exhibit this behavior too

UserAgentString: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7

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