BipadTaranMahato / slideshow

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

Relative paths are problematic #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Note: If this is a troubleshooting or help question, please first look in
the FAQ (http://bit.ly/ny4EG), search in the Google Group
(http://bit.ly/2Ph5h) and post your question there!

This form is only for technical issues or bugs, thank you. If you post a
troubleshooting question here you will NOT receive help.

What steps will reproduce the problem?
1. Take any version of the software (download or trunk)
2. Make a new directory and put the index.html example inside of it.
3. Change the paths to css, js, and image files to have a ../

What is the expected output? What do you see instead?
Expected to work as normal. Bad things happen instead:
- Security errors in firefox when trying from a local machine.
- Controller doesn't disappear.
- Transition effects aren't working.

What version of the product are you using? On what operating system and
browser?
- Linked download version, and trunk.
- Linux / Windows
- Firefox 3.5

Please provide any additional information below.
This is related to this thread:
http://groups.google.com/group/mootools-slideshow/browse_thread/thread/f0959fc43
a2cbe3a

Original issue reported on code.google.com by christian.muise on 19 Nov 2009 at 10:01

GoogleCodeExporter commented 9 years ago
This is a security issue with the browser if you are using the "file://" 
protocol. If you server the slideshow page 
from a webserver - on your local machine or elsewhere - using a proper 
"http://" protocol this will not be a 
problem.

Original comment by aeron.gl...@gmail.com on 7 May 2010 at 11:13