[Webkit-unassigned] [Bug 87001] New: QtWebkit: handle german umlauts in keyIdentifierForQtKeyCode()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 04:16:28 PDT 2012


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

           Summary: QtWebkit: handle german umlauts in
                    keyIdentifierForQtKeyCode()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hk at getslash.de


Created an attachment (id=142991)
 --> (https://bugs.webkit.org/attachment.cgi?id=142991&action=review)
handle german umlauts in keyIdentifierForQtKeyCode()

Currently german umlauts are not mapped correctly to keycodes in key events in QtWebkit classes (keycode=0). Tested on linux. The attached patch fixes this issue for us by adding the missing Qt::Key_* cases in keyIdentifierForQtKeyCode().

Thanks,
 Holger

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