[Webkit-unassigned] [Bug 94065] New: Simple events should not be cancellable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 20:34:04 PDT 2012


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

           Summary: Simple events should not be cancellable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinetik at flim.org


Most of the media events are specified as simple events, which are not bubbling and or cancellable.  The current implementation creates media events that are cancellable.

I suspect this arose because the spec used to define simple events as cancellable but not bubbling, and was changed in April 2009 (see http://html5.org/tools/web-apps-tracker?from=2991&to=2992).  A quick scan through svn blame reveals the events in HTMLMediaElement.cpp have been created as non-bubbling and cancellable since late 2007.

Gecko has the same bug, I'm fixing it in https://bugzilla.mozilla.org/show_bug.cgi?id=770945.

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