Closed Bug 1114350 Opened 10 years ago Closed 9 years ago

mozfullscreen strange behaviour F11

Categories

(Core :: DOM: Core & HTML, defect)

x86_64
All
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: crosbow, Unassigned)

Details

Attachments

(1 file)

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
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.
then why do you call it full screen?
Attached file FullcreenAPI.html (deleted) —
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Version: 37 Branch → Trunk
Depends on: 729011
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.
Status: NEW → RESOLVED
Closed: 9 years ago
No longer depends on: 729011
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: