Closed
Bug 708174
Opened 13 years ago
Closed 9 years ago
Transition into DOM/HTML5/video fullscreen mode is yucky (flashes right after entering fullscreen)
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: roc, Unassigned)
References
(Blocks 1 open bug)
Details
This is related to bug 684628, but it's not the same. The current design is to instantly transition to full-screen mode, but that looks a lot uglier than it needs to, because we seem to go through some intermediate states. We definitely draw one or a few frames after going full-screen but before the dark overlay is drawn over the top of the content, which is jarring.
Comment 1•13 years ago
|
||
We may be able to fix this by un-hiding the overlay in the "fullscreen" chrome event handler, rather than the "mozfullscreenchange" event handler.
Blocks: 545812
Updated•13 years ago
|
Summary: Transition into fullscreen mode is yucky → Transition into DOM/HTML5/video fullscreen mode is yucky (flashes right after entering fullscreen)
Comment 3•9 years ago
|
||
It should've almost been fixed by bug 1177155, and hidden after bug 1160014.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•