[Webkit-unassigned] [Bug 25367] New: wrong key code conversion in Gtk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 24 09:50:39 PDT 2009


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

           Summary: wrong key code conversion in Gtk
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at google.com


in Gtk, WebKit converts some native key codes wrongly.

 For GDK_exclaim ('!'), no conversion so it would have keyIdentifier U+0000.
 For GDK_parenleft ('(') and GDK_parenright (')') will be converted into
opposite key: should be '9' and '0', but is '0' and '9' respectively now.


-- 
Configure bugmail: https://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