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)

x86_64
Windows 7
defect
Not set
normal

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.
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
Summary: Transition into fullscreen mode is yucky → Transition into DOM/HTML5/video fullscreen mode is yucky (flashes right after entering fullscreen)
It should've almost been fixed by bug 1177155, and hidden after bug 1160014.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.