[Webkit-unassigned] [Bug 24032] New: content doesn't load in center column

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 19 11:10:47 PST 2009


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

           Summary: content doesn't load in center column
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://pizzahut.co.in/whatsHot.php?wID=1
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


I Steps:
Go to http://pizzahut.co.in/whatsHot.php?wID=1

II Issue:
content doesn't load in center column.

III Conclusion : 
There are two <body> definitions in the source code, which is the cause of this
issue.

The first is like:
......
<body onload="showHOT('hot',4,0)">
......
The onload handler "showHOT" is used to call AJAX to display the dynamic
content which is missing in Chrome/Safari.

The second is like:
.....
<body
onload="MM_preloadImages('images/MenuButton/pri-menu-dining.gif','images/MenuButton/pri-menu-
delivery.gif','images/MenuButton/pri-menu-whatshot.gif','images/MenuButton/pri-storelocator.gif','images/MenuButton/pri-menu-
vipmember.gif','images/MenuButton/pri-menu-feedback.gif')">
.....
This is used to preload some images.

IE/Firefox executes the FIRST body's onload handler, however Chrome/Safari
executes the SECOND body's onload handler, this is the cause why the dynamic
content is not showing in Chrome/Safari.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 41018

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=5500


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