[Webkit-unassigned] [Bug 86543] New: ImageDocuments erroneously trigger beforeload events for the main resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 16:21:57 PDT 2012


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

           Summary: ImageDocuments erroneously trigger beforeload events
                    for the main resource
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeffrey at endrift.com
                CC: beidson at apple.com


When an ImageDocument is loading, it creates an <img> tag, which triggers a beforeload event. However, the event corresponds to the main resource, and can cause a crash if the event is handled and preventDefault() is called.

<rdar://problem/11309013>

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