Bug 83873 - Full screen mode cannot be detected pressing F11
Summary: Full screen mode cannot be detected pressing F11
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 03:01 PDT by istvan.bender
Modified: 2018-05-23 08:16 PDT (History)
4 users (show)

See Also:


Attachments
Full screen test page (861 bytes, text/html)
2012-04-13 03:02 PDT, istvan.bender
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description istvan.bender 2012-04-13 03:01:27 PDT
Using the webkit's full screen API everything goes well till the user presses F11. We don't get any full screen event pressing F11. Therefore we don't detect if we are in full screen mode, and cannot exit from full screen mode. Furthermore pressing F11 and sending document.body.webkitRequestFullScreen(); will kill all further full screen operation. See attached example.
Comment 1 istvan.bender 2012-04-13 03:02:33 PDT
Created attachment 137067 [details]
Full screen test page
Comment 2 Alexey Proskuryakov 2012-04-13 16:11:04 PDT
Hoe is the F11 key related to full screen? On my machine, F11 activates Expose - is this what this bug is about?
Comment 3 Frédéric Wang (:fredw) 2018-05-23 08:16:30 PDT
If think there are potentially two different concepts one is full screen of the browser window (depending on the system it can be F11 or Ctrl+Cmd+F) and full screen of the web content (web page, video, iframe etc). Does the spec say anything about how these two concepts are related?