[Webkit-unassigned] [Bug 34002] New: The key event when pressing Alt+<Keystroke> sets ctrlKey=true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 07:28:50 PST 2010


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

           Summary: The key event when pressing Alt+<Keystroke> sets
                    ctrlKey=true
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeff.s.harris at gmail.com


1) Set your Windows language to Polish
2) Open a new session with Safari Windows or Chrome Windows
3) Visit this site: http://unixpapa.com/js/testkey.html
4) Put your cursor in the textbox
5) Press <Right Alt>+e

Result:
The keypress event sets e.altKey=true (good).. but then it also sets e.ctrlKey
= true... even though the ctrlKey is not hit.

This reproed in all version of Windows Webkit that I tested

Expected Result:
e.altKey=true and e.ctrlKey = false. 

Firefox fires the expected keypress events

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