NEW 103417
Manually dispatched "enter" event not fired for a TextTrackCue not attached to a TextTrack
https://bugs.webkit.org/show_bug.cgi?id=103417
Summary Manually dispatched "enter" event not fired for a TextTrackCue not attached t...
Antoine Quint
Reported 2012-11-27 08:26:11 PST
We fail the Opera-submitted test at http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrackCue/onenter.html. We fail the first test because it doesn't appear that we dispatch the "enter" event on the TextTrackCue, possibly because it's not attached to a TextTrack or any sort of tree. The DOM events spec doesn't seem to force the element to be participating in a tree to allow an event to be dispatched to it, so I think the test is accurate and we have a bug (see http://dom.spec.whatwg.org/#concept-event-dispatch).
Attachments
Radar WebKit Bug Importer
Comment 1 2012-11-27 08:26:26 PST
Antoine Quint
Comment 2 2012-11-27 08:28:37 PST
We run into the same issue for the "exit" event as highlighted in the test at http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrackCue/onexit.html.
Frances Cornwall
Comment 4 2024-04-27 23:01:28 PDT
Karl Dubost
Comment 6 2024-04-29 18:41:03 PDT
*** Bug 206344 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.