[Webkit-unassigned] [Bug 144788] New: [GTK] WTR doesn't correctly handle the Escape key

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 8 00:10:41 PDT 2015


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

            Bug ID: 144788
           Summary: [GTK] WTR doesn't correctly handle the Escape key
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com

Some tests explicitly dismiss context menus by sending the Escape key, with something like this:

eventSender.keyDown(String.fromCharCode(0x001B), null);

see editing/selection/5354455-1.html, for example. We are not correctly handling 0x001B in GTK+ as Escape key, because gdk_unicode_to_keyval() doesn't handle it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150508/742937dc/attachment.html>


More information about the webkit-unassigned mailing list