WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2012-11-27 08:26:26 PST
<
rdar://problem/12758086
>
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 3
2024-04-27 22:54:09 PDT
I can't open the links, I think that the urls no longer exist:
http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrackCue/onenter.html
,
http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrackCue/onexit.html
.
Frances Cornwall
Comment 4
2024-04-27 23:01:28 PDT
This bug is related to:
https://bugs.webkit.org/show_bug.cgi?id=206344
.
Karl Dubost
Comment 5
2024-04-29 18:40:33 PDT
The current tests for this are probably
https://wpt.fyi/results/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue?label=experimental&label=master&aligned
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.
Top of Page
Format For Printing
XML
Clone This Bug