Bug 103417 - Manually dispatched "enter" event not fired for a TextTrackCue not attached to a TextTrack
Summary: Manually dispatched "enter" event not fired for a TextTrackCue not attached t...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://w3c-test.org/html/tests/submis...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-11-27 08:26 PST by Antoine Quint
Modified: 2016-12-08 18:15 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 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).
Comment 1 Radar WebKit Bug Importer 2012-11-27 08:26:26 PST
<rdar://problem/12758086>
Comment 2 Antoine Quint 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.