Bug 127348

Summary: [GTK][WK2] WKTR doesn't handle eventSender.keyDown when full screen
Product: WebKit Reporter: Víctor M. Jáquez L. <vjaquez>
Component: WebKitGTKAssignee: Víctor M. Jáquez L. <vjaquez>
Status: NEW    
Severity: Normal CC: bugs-noreply, buildbot, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
mcatanzaro: review-, buildbot: commit-queue-
Archive of layout-test-results from webkit-ews-16 for mac-mountainlion-wk2
none
Archive of layout-test-results from webkit-ews-03 for mac-mountainlion
none
Archive of layout-test-results from webkit-ews-01 for mac-mountainlion none

Víctor M. Jáquez L.
Reported 2014-01-21 07:58:02 PST
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.
Attachments
Patch (3.06 KB, patch)
2014-01-21 08:23 PST, Víctor M. Jáquez L.
mcatanzaro: review-
buildbot: commit-queue-
Archive of layout-test-results from webkit-ews-16 for mac-mountainlion-wk2 (496.53 KB, application/zip)
2014-01-21 08:54 PST, Build Bot
no flags
Archive of layout-test-results from webkit-ews-03 for mac-mountainlion (486.07 KB, application/zip)
2014-01-21 09:46 PST, Build Bot
no flags
Archive of layout-test-results from webkit-ews-01 for mac-mountainlion (484.21 KB, application/zip)
2014-01-21 10:43 PST, Build Bot
no flags
Víctor M. Jáquez L.
Comment 1 2014-01-21 08:23:45 PST
Build Bot
Comment 2 2014-01-21 08:54:13 PST
Comment on attachment 221750 [details] Patch Attachment 221750 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/5250372637556736 New failing tests: fullscreen/full-screen-escape.html
Build Bot
Comment 3 2014-01-21 08:54:15 PST
Created attachment 221751 [details] Archive of layout-test-results from webkit-ews-16 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-16 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Build Bot
Comment 4 2014-01-21 09:46:10 PST
Comment on attachment 221750 [details] Patch Attachment 221750 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/6583774762500096 New failing tests: fullscreen/full-screen-escape.html
Build Bot
Comment 5 2014-01-21 09:46:11 PST
Created attachment 221755 [details] Archive of layout-test-results from webkit-ews-03 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-03 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Build Bot
Comment 6 2014-01-21 10:43:30 PST
Comment on attachment 221750 [details] Patch Attachment 221750 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/4896005958926336 New failing tests: fullscreen/full-screen-escape.html
Build Bot
Comment 7 2014-01-21 10:43:32 PST
Created attachment 221761 [details] Archive of layout-test-results from webkit-ews-01 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-01 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Michael Catanzaro
Comment 8 2016-01-02 09:19:58 PST
Comment on attachment 221750 [details] Patch Hey Víctor, I'm a bit confused by this patch. It adds a test, but doesn't change any code, so the test fails (at least it's failed on the Mac bots at the time you uploaded this patch). So I don't think this is ready for review, correct?
Víctor M. Jáquez L.
Comment 9 2016-01-08 12:15:54 PST
(In reply to comment #8) > Comment on attachment 221750 [details] > Patch > > Hey Víctor, I'm a bit confused by this patch. It adds a test, but doesn't > change any code, so the test fails (at least it's failed on the Mac bots at > the time you uploaded this patch). So I don't think this is ready for > review, correct? Hi Michael, Well, it is not a patch :) it is the test that should work when the patch is done. Or, in other words, it is the proof-of-concept of the bug: WKTR don't have (or didn't have) a mean to test that the full screen mode is activated or deactivated using the keyboard.
Note You need to log in before you can comment on or make changes to this bug.