[Webkit-unassigned] [Bug 35590] New: DOM insertion mutation events should dispatch after a node is attached to the render tree to the document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 2 11:06:01 PST 2010


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

           Summary: DOM insertion mutation events should dispatch after a
                    node is attached to the render tree to the document
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ml at graougraou.com


The insertion mutation events, such as DOMNodeInserted and
DOMNodeInsertedIntoDocument, are dispatched before ->attach() is called on the
inserted node. This causes computed style to be meaningless in handlers for
such events and differs from the Firefox and Opera implementations that provide
such useful information.

It's worth noting that DOMSubtreeModified is dispatched _after_ the element was
attached to the render tree.

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