Updates:
        Status: Untriaged
        Cc: [email protected]
        Labels: -NeedsReduction Has-reduction

Comment #6 on issue 5500 by [email protected]: Page not viewable
http://code.google.com/p/chromium/issues/detail?id=5500

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.

Here is a simplified reduction:

http://go/reductions/5500/test-simplified.html

Absolutely it is an error of web page, but in this case, whose behavior is  
more reasonable/compatible, IE/Firefox or Chrome/Safari?

Attachments:
        test-simplified.html  751 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to