I am using a slideshow, I dont know javascript however do understand something, and been researching trying to find a bug (a hack) as the slideshow have a loading image that shows up while the images load.
Its works perfect in firefox, chrome, safari and ie 9, however in ie6, 7 and 8 the loading image only shows up on the first image, if you go to next image there are no loading image, its only blank.
It uses the mootols library, and I have the version without loading image and the version with loading image, so I pass the code here which as per me is what its about the loading image, if somebody knows of a known bug in ie6, ie7 and ie8. There are many using ie8 so this is important to me, thanks.
I know there must be more code that have to do with the loader image, however maybe the bug is here.
Any help would be appreciated. Thanks in advance.
It is impossible to guess which library you have used. JQuery? MooTools? Prototype? Scriptaculous? Google API? Yahoo API? Other? It looks like you are not even aware of the fact that you are using a custom syntax of a certain library. Nor about the fact that a library have a different custom syntax than the base language, JavaScript.
On the other hand, if you have used a "plug-in" of a certain library, all you have to do is to blame the creators of those codes. Or learn how to code your own javascript applications.
Programming is a profession. You can not simply copy some codes written in a programming language from somewhere and complain lately that something does not work, without previously learning that language.
Dear Kor,
I did say: It uses the mootols library, please check my post.
so I do know the library, and Im just searching if there is an wellknown bug to help the author as it is a free code. I have told the author but are searching for myself. Thanks anyway
Dear Kor,
I did say: It uses the mootols library, please check my post.
so I do know the library, and Im just searching if there is an wellknown bug to help the author as it is a free code. I have told the author but are searching for myself. Thanks anyway
OK, sorry. Yet, you should have started your Post with that information.
I will move the thread to the specialized section of the Forum, called JavaScript Frameworks (http://www.codingforums.com/forumdisplay.php?f=62). It looks like you have not seen it, same as I have not seen the world mootools, written in lowercase somewhere in the middle of a phrase.
And I will insert a Prefix, in order to signal that is a MooTools problem
OK, sorry. Yet, you should have started your Post with that information.
I will move the thread to the specialized section of the Forum, called JavaScript Frameworks (http://www.codingforums.com/forumdisplay.php?f=62). It looks like you have not seen it, same as I have not seen the world mootools, written in lowercase somewhere in the middle of a phrase.
And I will insert a Prefix, in order to signal that is a MooTools problem
Just discovered the issue is a cache issue (or not repeat issue).
I have the same script (slideshow) in 36 pages, and with the cache clean I go to first page, gets the loading image for the first image only, then go to next page and to my surprise I dont get any loading image even for the first image.
So then I add a no cache for the .gif files in htaccess, and with the no cache I get the loading image on the first image on all pages...but only on first image. So the bug consists in something as only display once, dont repeat if is in cache....
If anybody have a clue....