Closed
Bug 1695020
Opened 4 years ago
Closed 4 years ago
Fix PiP error: `InvalidStateError: JSWindowActorChild.document getter: Cannot access property 'document' after actor 'PictureInPictureToggle' has been destroyed`
Categories
(Toolkit :: Video/Audio Controls, defect, P3)
Toolkit
Video/Audio Controls
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: mtigley, Assigned: popeoliv)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
This is a follow-up to to an error that occurs when PictureInPictureToggle's actor tries to invoke a getter for docState
even after it's destoyed:
InvalidStateError: JSWindowActorChild.document getter: Cannot access property 'document' after actor 'PictureInPictureToggle' has been destroyed
This error is reproducible with:
- Loading
data:text/html;charset=utf-8,%3Cvideo%20loop%3E
- Reload the page
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → popeoliv
Status: NEW → ASSIGNED
Pushed by mtigley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c5b9e98b4036
fix PiP InvalidStateError when PictureInPictureToggle is destroyed r=mtigley,mhowell
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•