[Webkit-unassigned] [Bug 30611] New: Fix the crash when a node not in a document receives dispatchEvent.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 17:36:06 PDT 2009


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

           Summary: Fix the crash when a node not in a document receives
                    dispatchEvent.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dimich at chromium.org
                CC: ap at webkit.org


The node that doesn't have a document (easy to repro with documentType node
which is just created) crashes while trying to dispatchEvent.
FireFox in similar scenario simply treats dispatchEvent() as noop. We should do
the same. Patch is coming.

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