[Webkit-unassigned] [Bug 20447] New: window.toString() gives different output for Safari/FF/IE
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 19 13:26:56 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20447
Summary: window.toString() gives different output for
Safari/FF/IE
Product: WebKit
Version: 526+ (Nightly build)
Platform: Macintosh
URL: javascript:alert(window)
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
CC: mjs at apple.com
Safari: "[object DOMWindow]"
FireFox: "[object Window]"
Opera: "[object Window]"
IE: "[object]"
I'm not sure which is correct. But it seems like we might want to match either
FF or IE here. Maybe it doesn't matter. I don't have a site which is broken
due to this only record of a crazy internal page using this as a way to detect
browser type!? :)
--
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