Issue 2817: Javascript rror
http://code.google.com/p/chromium/issues/detail?id=2817
Comment #1 by bksening:
Specifically, the page with the JPG slideshow with the reported problem is:
http://www.aracocinaaldisco.com/index1.php
Regarding other browsers (for the current page):
IE 7 - OK, Opera 9 - OK
Safari 3 - FAIL, Firefox 3 - FAIL, Chrome - FAIL
However from my testing, the slideshow failure is NOT a Javascript error.
It is from
the poor HTML source produced by the index1.php page. It seems like 5 HTML
pages put
together with some other HTML code in between? There are 5 sets of
DOCTYPE, <html>,
<head>, <title>, </title>, </head>, <body>, </body>, </html> and I think
other HTML
in between. This results in some parsing problems and the JPG slideshow
not working.
From the working IE 7, I saved a Web Page Complete copy of the page, and
IE, for
better or for worse, re-parsed the HTML content to remove all the above
duplicate
tags. I reposted the fixed HTML, with _NO_ changes to any of the
Javascript and the
JPG slideshow now works for all 5 of the above browsers. You can see the
reposted
HTML page at:
http://bksening.tripod.com/aracocinaaldisco/
This indicates that Javascript is _not_ the cause of the slideshow failure,
but
rather poor/redundant/incorrectly duplicated HTML tags.
Invalid bug?
--
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---