[Webkit-unassigned] [Bug 13341] New: Pressing modifier keys do not cause key events but do fire mousemove event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 08:23:27 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13341

           Summary: Pressing modifier keys do not cause key events but do
                    fire mousemove event
           Product: WebKit
           Version: 419.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sjoerd at backbase.com


See attached testcase,

1. Give focus to the textarea
2. Press a normal key (works! =>keydown => keypress => keyup, like it should)
3. Press a modifier key (works! but it will report 4 times the mousemove on the
body)

Expected:
Like on windows with Firefox and IE it would be expected that the modifier keys
also fire the way normal keys are doing e.g. keydown{1} => keypress{1,n} =>
keyup{1}.

This is the case on:
- Safari 2.0.4 (419)
- Safari 3 (522)


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



More information about the webkit-unassigned mailing list