[Webkit-unassigned] [Bug 103417] New: Manually dispatched "enter" event not fired for a TextTrackCue not attached to a TextTrack

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 08:23:58 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103417

           Summary: Manually dispatched "enter" event not fired for a
                    TextTrackCue not attached to a TextTrack
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://w3c-test.org/html/tests/submission/Opera/media/
                    interfaces/TextTrackCue/onenter.html
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: graouts at apple.com
                CC: eric.carlson at apple.com,
                    webkit-bug-importer at group.apple.com


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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list