[Webkit-unassigned] [Bug 127348] New: [GTK][WK2] WKTR doesn't handle eventSender.keyDown when full screen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 21 08:00:31 PST 2014


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

           Summary: [GTK][WK2] WKTR doesn't handle eventSender.keyDown
                    when full screen
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vjaquez at igalia.com


WKTR handles the full screen without using the port's API, but it uses it for the key press event (webkitWebViewBaseKeyPressEvent).

Nevertheless, the function webkitWebViewBaseKeyPressEvent(), to verify if the full screen mode is active, make use of the private attribute fullScreenModeActive: http://trac.webkit.org/browser/trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp#L606 - and that private attribute is set only through the GTK port's API.

Hence, when a test emits the event eventSender.keyDown (<Esc>, <f> or <F>) in full screen mode, the function webkitWebViewBaseKeyPressEvent() never catches it.

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