Closed
Bug 724816
Opened 14 years ago
Closed 13 years ago
mozfullscreenchange event not fired.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: dale, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0
Build ID: 20120129141257
Steps to reproduce:
When entering fullscreen the mozfullscreenchange event does not appear to be fired.
Open following page:
http://johndyer.name/lab/fullscreenapi/
Click go fullscreen
Actual results:
the player goes into fullscreen but the innerHTML is not set to 'Whoa, you went fullscreen';
Expected results:
the mozfullscreenchange should have been fired and the innerHTML should have been updated.
Notice in chrome and safari the innerHTML is updated.
Comment 1•14 years ago
|
||
Related to bug 703079? Does the code take into account the change made in that bug?
Reporter | ||
Comment 2•14 years ago
|
||
(In reply to Tim (fmdeveloper) from comment #1)
> Related to bug 703079? Does the code take into account the change made in
> that bug?
This bug relates to the event being triggered on the element that had mozRequestFullScreen called on it.
Comment 3•13 years ago
|
||
As Tim said, after bug 703079 is fixed (to make our implementation match the specification) the event is fired at the document, not at the element that goes full-screen. This is also reflected in the docs: https://developer.mozilla.org/en/DOM/Using_full-screen_mode#Notification
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•