Open
Bug 1633759
Opened 5 years ago
Updated 3 years ago
Frequent error when running PiP mochitests: "TypeError: can't access property "addEventListener", this.contentWindow.windowRoot is null" {file: "resource://gre/actors/PictureInPictureChild.jsm" line: 332
Categories
(Toolkit :: Picture-in-Picture, task, P3)
Toolkit
Picture-in-Picture
Tracking
()
NEW
People
(Reporter: mconley, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [pip-needs-eng-triage])
Noticed by jya in bug 1630211, this bug has been filed to investigate those errors.
Comment 1•5 years ago
|
||
This code is run in an idle callback, so I expect the PiP code just needs to deal with the case where the window root has gone away by the time it fires. That said, this doesn't seem like a severe bug nor like something that'd break anything else, given it runs in an idle callback...
Priority: -- → P3
Reporter | ||
Updated•5 years ago
|
Severity: -- → S4
Reporter | ||
Updated•3 years ago
|
Component: Video/Audio Controls → Picture-in-Picture
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•