RESOLVED FIXED 30761
REGRESSION (r48700-r48704): No maps appear on flightaware.com
https://bugs.webkit.org/show_bug.cgi?id=30761
Summary REGRESSION (r48700-r48704): No maps appear on flightaware.com
Michael Dayah
Reported 2009-10-25 18:08:40 PDT
On the site flightaware.com, no JavaScript based maps appear in the latest builds of WebKit, including the latest Chrome builds. Instead, a blank square appears where JavaScript would draw the map.
Attachments
Oliver Hunt
Comment 1 2009-10-25 18:12:16 PDT
Confirmed r50039
Mark Rowe (bdash)
Comment 2 2009-10-25 18:15:54 PDT
This may be the same as bug 29790 as the r48701 is the only substantial change in that range.
Michael Dayah
Comment 3 2009-10-25 19:10:05 PDT
I suspect this is the code that's causing the map not to be generated. Perhaps the event order is preventing the main initialization function from firing? isIE = (/*@cc_on ! @*/ false); if (isIE) // Since the script is set to defer, IE's defer is the equivalent of DCL render_map(true); else if (document.addEventListener) document.addEventListener("DOMContentLoaded", render_map, false); else window.onload = render_map;
johnnyding
Comment 4 2009-10-26 07:25:32 PDT
I have tested, the patch of bug 30765 can fix this bug.
Geoffrey Garen
Comment 5 2009-10-26 15:55:19 PDT
Note You need to log in before you can comment on or make changes to this bug.