Bug 16499 - MSN maps work when spoofing as Firefox 2
Summary: MSN maps work when spoofing as Firefox 2
Status: RESOLVED DUPLICATE of bug 12982
Alias: None
Product: WebKit
Classification: Unclassified
Component: Evangelism (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://autos.msn.com/everyday/traffic...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-18 06:14 PST by Yael
Modified: 2008-02-23 13:37 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yael 2007-12-18 06:14:11 PST
Load the page http://autos.msn.com/everyday/trafficreport.aspx?city=Boston.
In IE and FireFox, you can see a map with traffic information, but in Safari the map is missing. 
Using ethereal on Windows, I could see that the images of the map are not being requested by Safari browser.
Comment 1 David Kilzer (:ddkilzer) 2007-12-18 09:15:20 PST
I see three errors logged to the JavaScript console when loading the page:

TypeError: Null value
http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=5
Line: 801

TypeError: Value undefined (result of expression VEValidator.ValidateFloat) is not object.
http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=5
Line: 5261

Can't find variable: VEDashboardSize
http://autos.msn.com/everyday/traffic.js
Line: 28

Comment 2 David Kilzer (:ddkilzer) 2007-12-18 09:16:00 PST
(In reply to comment #1)
> I see three errors logged to the JavaScript console when loading the page:

Used a local debug build of WebKit r28828 with Safari 3.0.4 (523.12) on Mac OS X 10.4.11 (8S165).

Comment 3 allan28 2007-12-19 15:23:58 PST
Works perfectly with Firefox useragent string in Safari 3
Comment 4 David Kilzer (:ddkilzer) 2007-12-19 23:03:30 PST
Since spoofing as Firefox 2 works in Safari 3, this is an evangelism issue.
Comment 5 David Kilzer (:ddkilzer) 2008-02-23 13:37:41 PST

*** This bug has been marked as a duplicate of 12982 ***