-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
priority: P2Smaller impact or easy workaroundSmaller impact or easy workaroundtype: bugSomething isn't working correctlySomething isn't working correctly
Milestone
Description
In some cases, the code to detect video elements seems to fail. It should work like this:
- Query the document for all existing video elements (synchronous, in
_traceExistingElements) - Listen for DOM mutations to catch future video elements (in
_setupNewElementObserver)
Somehow, there is a hole in this that allows some video elements to escape notice some of the time. On some pages, reloading a few times will eventually make it work again.
Metadata
Metadata
Assignees
Labels
priority: P2Smaller impact or easy workaroundSmaller impact or easy workaroundtype: bugSomething isn't working correctlySomething isn't working correctly