joeblack9988 / slideshow

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

Attempting to download image with mangled name. #236

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issue.

Firebug console is reporting the attempt to download and image file that does 
not exist.  For example an actual image file is: 

http://www.sonicwebtech.com/slideshow/AskWebPro.jpg

but it ALSO attempts to load

http://www.sonicwebtech.com/slideshow/AskWebProt.jpg

as well.  Can't figure out where it is adding the "t" to the name..??

What steps will reproduce the problem?
1. Load page 

http://www.sonicwebtech.com

in Firefox 15.0.1
2. Open FireBug
3. Click "Net" panel..

What is the expected output? What do you see instead?

Does not seem to affect the actual use of page as both the real and mangled 
file is attempted to download and the correct images are loaded into the slide 
show.. Only shows up in Firebug error console.

What version of the product are you using? On what operating system and
browser?  Could not find a version number, but is dated 2011.  FireFox 15.0.1 
on Mac OSX 10.7.4

Would like some hints as to where it might be altering the name of the file..??

Original issue reported on code.google.com by j...@esonicspider.com on 18 Sep 2012 at 12:58