[Webkit-unassigned] [Bug 38428] New: <script> onerror not working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 2 03:24:41 PDT 2010


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

           Summary: <script> onerror not working
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tom at eggdrop.ch


The following code produces an alert in Firefox, but none in Safari/Chrome:

<html>
<head>
<script src="http://example.com/NOTFOUND.js" type="text/javascript"
onerror="alert('error')"></script>
</head>
<body>
</body>
</html>

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