[Webkit-unassigned] [Bug 168301] New: Fallback to legacy type only when event is trusted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 14 03:55:11 PST 2017


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

            Bug ID: 168301
           Summary: Fallback to legacy type only when event is trusted
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: philip at foolip.org

When dispatching e.g. an "animationstart" event, WebKit falls back to "webkitanimationstart" if there were no listeners for "animationstart". This happens in EventTarget::fireEventListeners.

This behavior has made its way into DOM, and was tweaked to only apply to trusted events:
https://github.com/whatwg/dom/issues/404
https://github.com/whatwg/dom/pull/406
https://github.com/w3c/web-platform-tests/pull/4687

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170214/c580b418/attachment.html>


More information about the webkit-unassigned mailing list