BipadTaranMahato / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

IE With JS Disabled, Clicking Thumbnails Is Broken #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use IE 6
2. Disable JavaScript
3. On the demo page, try to click through each thumbnail 
(http://www.electricprism.com/aeron/slideshow/)

What is the expected output? What do you see instead?
I expect the thumbnail to load a larger version in the main image section. 
Instead, clicking the thumbnails has no effect what-so-ever.

However, what I have noticed is this. If you load the page with JS 
disabled, then click on a thumbnail, a random image loads. If you 
mouseover any other thumbnail, the status bar shows the link as "#slide-3" 
or "#slide-4" etc... But, when you then click on, say, slide 3, a 
different image is loaded. Without moving your mouse, if you now look at 
the status bar (while still mousing over the image) the link will show 
as "/images/3.jpg".  Image 3 will not load.

What version of the product are you using? On what operating system and 
browser?
Current product version shown on Demo page
Win XP
IE 6 - IE Version 6.0.2900.2180.xpsp_sp2_gdr.050301-1519

Please provide any additional information below.

Original issue reported on code.google.com by stevenmc...@gmail.com on 17 Nov 2008 at 1:02

Attachments:

GoogleCodeExporter commented 9 years ago
The way the browser treats HTML with Javascript disabled depends very much on 
the
browsers inherent support for HTML and web standards. As Javascript is in fact
disabled there is nothing Mootools or Slideshow could do to influence the 
browers
behavior. I would recommend at the very least try to use a Strict doctype so 
that the
browser will attempt to reflect Web Standards rather than Quirks mode - in the 
case
of IE6 it will attempt to reflect Web Standards in so much as that version is 
able.

Original comment by aeron.gl...@gmail.com on 15 Mar 2009 at 9:26