[Webkit-unassigned] [Bug 110353] New: Event dispatch should work even in disconnected DOM trees

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 20 09:51:43 PST 2013


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

           Summary: Event dispatch should work even in disconnected DOM
                    trees
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dglazkov at chromium.org


Anne, Olli, and myself discovered on #whatwg that WebKit has an odd quirk in regard to event dispatch: if the node is in a disconnected tree, the event is only fired on the node, and not along the event path. This is not the DOM Core specifies it, and apparently not how Mozilla's event dispatch works.

The quirk was introduced back in 2007: http://trac.webkit.org/changeset/19897.

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