[Webkit-unassigned] [Bug 38241] New: [Win, Chrome] The key event when pressing AltGr key sets altGraphlKey=false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 20:46:34 PDT 2010


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

           Summary: [Win, Chrome] The key event when pressing AltGr key
                    sets altGraphlKey=false
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hbono at chromium.org


Created an attachment (id=54511)
 --> (https://bugs.webkit.org/attachment.cgi?id=54511)
a test case

(Copied from <http://crbug.com/42627>.)

What steps will reproduce the problem?
1. Open the attached HTML file with Safari Windows (or Chrome Windows), and;
2. Press an altgraph (or right-alt) key.

Result:
The keydown event sets e.altGraphKey=false.

Expected Result:
e.altGraphKey=true. 

Is it possible to add a member function 'PlatformKeyboardEvent::altGraphKey()'
so the KeyboardEvent class can set its m_altGraphKey value from a
PlatformKeyboardEvent object?

Regards,

Hironori Bono

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