[Webkit-unassigned] [Bug 25575] New: Synchronously mutation event fired when setAttribute() called from element constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 5 12:29:55 PDT 2009


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

           Summary: Synchronously mutation event fired when setAttribute()
                    called from element constructor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric.carlson at apple.com


The MediaControlTimelineElement constructor calls setAttribute(precisionAttr,
"float"). When used in a page that registers for mutation events, this causes a
synchronous event to be fired immediately. The event destructor derefs the
event target, the MediaControlTimelineElement, which means the element gets
destroyed before the constructor returns. Badness ensues.

Stack trace attached


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



More information about the webkit-unassigned mailing list