Closed
Bug 1212302
Opened 9 years ago
Closed 9 years ago
Do not dispatch fullscreenerror if the current fullscreen element requests fullscreen again
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: xidorn, Unassigned)
References
(Blocks 1 open bug)
Details
Currently, if the current fullscreen element requests fullscreen again, we dispatch a "fullscreenerror" event without changing anything else. But according to the spec, in that case we should just be completely silent.
Reporter | ||
Comment 1•9 years ago
|
||
We actually do not dispatch a "fullscreenerror" in this case. Resolve as INVALID.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
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
•