Closed
Bug 1212302
Opened 10 years ago
Closed 10 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•10 years ago
|
||
We actually do not dispatch a "fullscreenerror" in this case. Resolve as INVALID.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•