<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>30761</bug_id>
          
          <creation_ts>2009-10-25 18:08:40 -0700</creation_ts>
          <short_desc>REGRESSION (r48700-r48704): No maps appear on flightaware.com</short_desc>
          <delta_ts>2009-10-26 15:55:19 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://flightaware.com/live/flight/random</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>NeedsReduction</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Dayah">michael</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>ggaren</cc>
    
    <cc>johnnyding.webkit</cc>
    
    <cc>mrowe</cc>
    
    <cc>oliver</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>157653</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Dayah">michael</who>
    <bug_when>2009-10-25 18:08:40 -0700</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157654</commentid>
    <comment_count>1</comment_count>
    <who name="Oliver Hunt">oliver</who>
    <bug_when>2009-10-25 18:12:16 -0700</bug_when>
    <thetext>Confirmed r50039</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157655</commentid>
    <comment_count>2</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2009-10-25 18:15:54 -0700</bug_when>
    <thetext>This may be the same as bug 29790 as the r48701 is the only substantial change in that range.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157657</commentid>
    <comment_count>3</comment_count>
    <who name="Michael Dayah">michael</who>
    <bug_when>2009-10-25 19:10:05 -0700</bug_when>
    <thetext>I suspect this is the code that&apos;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&apos;s defer is the equivalent of DCL
        render_map(true);
else if (document.addEventListener)
        document.addEventListener(&quot;DOMContentLoaded&quot;, render_map, false);
else
        window.onload = render_map;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157760</commentid>
    <comment_count>4</comment_count>
    <who name="johnnyding">johnnyding.webkit</who>
    <bug_when>2009-10-26 07:25:32 -0700</bug_when>
    <thetext>I have tested, the patch of bug 30765 can fix this bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157984</commentid>
    <comment_count>5</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2009-10-26 15:55:19 -0700</bug_when>
    <thetext>http://trac.webkit.org/changeset/50100</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>