Closed
Bug 1114350
Opened 10 years ago
Closed 9 years ago
mozfullscreen strange behaviour F11
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: crosbow, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20141221030204
Steps to reproduce:
return document.mozfullscreen in console while in F11 fullscreen mode
Actual results:
it returned false
Expected results:
true
Comment 1•10 years ago
|
||
F11 full screen still has a 1px border on the top. So it is not full screen nor is it using fullacreen method to accomplish this.
Comment 3•10 years ago
|
||
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Version: 37 Branch → Trunk
Comment 4•9 years ago
|
||
document.mozfullscreen is used for the Fullscreen API. It is true only when the page requested fullscreen via that API. That is different from the Full Screen mode provided by the browser.
If you want to detect whether it is in the Full Screen mode, you may want to use window.fullScreen instead.
You need to log in
before you can comment on or make changes to this bug.
Description
•