Updates:
        Labels: -NeedsReduction Has-reduction

Comment #2 on issue 7313 by [email protected]: Layout issue on a website
http://code.google.com/p/chromium/issues/detail?id=7313

In the source code in Chrome, there is source code like:
......
<img src="/gwos/images/btn_catalogs.gif"  
style="border-style:none;"
onMouseOver="this.src='/gwos/images/btn_catalogs_on.gif';"
onMouseOut="this.src='/gwos/images/btn_catalogs.gif';" />の展開
......

In the source code in IE/Firefox, it is like:
......
<img src="/gwos/images/btn_catalogs.gif" style="border-style:none;"
onMouseOver="this.src='/gwos/images/btn_catalogs_on.gif';"
onMouseOut="this.src='/gwos/images/btn_catalogs.gif';" />
......

Notice that in Chrome, signs like "<" are replaced by their entities  
like "&lt"(and what's
interesting, Japanese characters are appended), this causes the text to be  
displayed directly in
Chrome, but actually it should be an image tag and an image should be  
displayed in Chrome.

In this case, the source code in chrome is wrong, which causes the layout  
problem.



Attachments:
        source-chrome.html  66.8 KB
        source-ie.html  73.9 KB

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