Closed
Bug 726873
Opened 13 years ago
Closed 13 years ago
Setting window.fullScreen to true makes Fennec full screen, but there should be a way to get out of it
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Assigned: mbrubeck)
References
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Steps to reproduce:
- Tap on the window.fullScreen = true button
Notice how the browser is now in full screen mode, but there is no way to get out of it. Unless you tap on the window.fullScreen = false button.
There should be a way from inside the browser to get out of full screen mode.
With the element.mozRequestFullScreen method, the Android back button is used to get out of full screen, so I guess that should also be used for this case.
Comment 1•13 years ago
|
||
I thought Matt or Margaret fixed a similar sounding bug. Maybe it was part of the changes that Matt made for the Fullscreen add-on.
Comment 2•13 years ago
|
||
F11 works on desktop to get out of fullScreen mode. Makes sense that BACK on Android should do it too.
Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #2)
> F11 works on desktop to get out of fullScreen mode. Makes sense that BACK on
> Android should do it too.
But this would leave you without a way to navigate back in history. If you enter fullscreen mode by toggling the preference, just toggle it again to exit. The "Full Screen" add-on provides a menu item if you want a way to do this in the UI: https://addons.mozilla.org/en-US/android/addon/full-screen-252573/
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 4•13 years ago
|
||
Sorry, I didn't realize it was possible to set this from content... We should either disallow that by default, or provide in-browser UI to reset it.
Status: RESOLVED → UNCONFIRMED
Ever confirmed: false
Resolution: INVALID → ---
Assignee | ||
Updated•13 years ago
|
Depends on: CVE-2012-0460
Assignee | ||
Comment 5•13 years ago
|
||
Fixed by bug 727303.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Comment 6•13 years ago
|
||
I don't have permission to see bug 727303. This should be verified by someone who has access to it.
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•