RESOLVED FIXED 186058
Disable keyboard in fullscreen ios.
https://bugs.webkit.org/show_bug.cgi?id=186058
Summary Disable keyboard in fullscreen ios.
Jeremy Jones
Reported 2018-05-29 13:34:51 PDT
Disable keyboard in fullscreen ios.
Attachments
Patch (1.42 KB, patch)
2018-05-29 13:37 PDT, Jeremy Jones
no flags
Patch (1.43 KB, patch)
2018-06-01 16:44 PDT, Jeremy Jones
no flags
Archive of layout-test-results from ews200 for win-future (12.92 MB, application/zip)
2018-06-01 19:22 PDT, EWS Watchlist
no flags
Jeremy Jones
Comment 1 2018-05-29 13:35:40 PDT
Jeremy Jones
Comment 2 2018-05-29 13:37:03 PDT
Ryosuke Niwa
Comment 3 2018-05-29 19:40:07 PDT
Comment on attachment 341509 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=341509&action=review > Source/WebKit/ChangeLog:8 > + Disallow keyboard in ios fullscreen. This will still allow select keys useful for playback. Can we add a layout test for this?
Jon Lee
Comment 4 2018-05-30 16:36:42 PDT
Comment on attachment 341509 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=341509&action=review > Source/WebKit/UIProcess/WebFullScreenManagerProxy.cpp:104 > void WebFullScreenManagerProxy::supportsFullScreen(bool withKeyboard, bool& supports) Who are the callers of this function? At first glance you wouldn't know that returning false here means "we support keyboard, just none of the alphanumeric keys". It would be nice to clarify that either in the bool param name or the function name.
Jeremy Jones
Comment 5 2018-05-31 12:54:02 PDT
Comment on attachment 341509 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=341509&action=review > Source/WebKit/UIProcess/WebFullScreenManagerProxy.cpp:107 > + supports = false; This is incorrect. It should be: supports = !withKeyboard;
Jeremy Jones
Comment 6 2018-06-01 16:44:40 PDT
EWS Watchlist
Comment 7 2018-06-01 19:22:28 PDT
Comment on attachment 341804 [details] Patch Attachment 341804 [details] did not pass win-ews (win): Output: http://webkit-queues.webkit.org/results/7937783 New failing tests: http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-audio.html
EWS Watchlist
Comment 8 2018-06-01 19:22:39 PDT
Created attachment 341816 [details] Archive of layout-test-results from ews200 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews200 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
WebKit Commit Bot
Comment 9 2018-06-04 10:26:47 PDT
Comment on attachment 341804 [details] Patch Clearing flags on attachment: 341804 Committed r232471: <https://trac.webkit.org/changeset/232471>
WebKit Commit Bot
Comment 10 2018-06-04 10:26:49 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.