[Webkit-unassigned] [Bug 25205] New: XMLHttpRequest instance is not an instanceof XMLHttpRequest
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 15 01:03:13 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=25205
Summary: XMLHttpRequest instance is not an instanceof
XMLHttpRequest
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: XML
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: shadow2531 at gmail.com
WebKit r42344
The following alerts true in FF, Opera and IE8, but alerts false in Safari.
javascript:alert((new XMLHttpRequest()) instanceof XMLHttpRequest)%3B
This causes (ProgressEvent_instance.target instanceof XMLHttpRequest) to
evaluate to false in the load listener function for XHR.
--
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