[Webkit-unassigned] [Bug 30042] New: [Qt] windowsKeyCodeForKeyEvent() returns a wrong value for the F10 key.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 3 07:08:28 PDT 2009


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

           Summary: [Qt] windowsKeyCodeForKeyEvent() returns a wrong value
                    for the F10 key.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: faw217 at gmail.com


>From PlatformKeyboardEventQt.cpp:

case Qt::Key_F8:
    return VK_F8;
case Qt::Key_F9:
    return VK_F9;
case Qt::Key_F10:
    return VK_F11;
case Qt::Key_F11:
    return VK_F11;
case Qt::Key_F12:
    return VK_F12;

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