[Webkit-unassigned] [Bug 30761] REGRESSION(r48700-r48704): No maps appear on flightaware.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 25 19:10:06 PDT 2009


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





--- Comment #3 from Michael Dayah <michael at dayah.com>  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;

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