AltynbekKZ / galleriffic

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

Galleriffic Doesn't Load with I.E. 8 #191

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installed Galleriffic with White Skin from their homepage

What is the expected output? What do you see instead?
It should load the thumbnails and the first picture, instead all I see is the 
loading.gif

What version of the product are you using? On what operating system?
Win7 Ultimate
I.E 8 and I.E. 8x64

Please provide any additional information below.
It works fine with Firefox and Chrome, but I.E. 8 just spins and never loads 
anything. I attempted the js fix:

    // wierd bug in ie8
if ((jQuery.browser.msie) && (jQuery.browser.version == 8)) {
    setTimeout(function() { gallery.gotoIndex(0, false, true); }, 100); 
}else{
    // Setup gallery to show the first image
    if (initFirstImage)
    this.gotoIndex(0, false, true);
}

but that didn't change anything. If anyone else is experiencing this problem 
please let me know. 

An example page is http://www.theunsought.com/visitors/newpicufo.php

Original issue reported on code.google.com by jefflon...@hotmail.com on 18 Feb 2011 at 6:03

GoogleCodeExporter commented 8 years ago
I am having the same issue with IE9. All the other versions of IE load fine. 
IE9 doesn't display the main images, the loader just keeps spinning.

Original comment by corinnea...@gmail.com on 9 May 2011 at 11:39

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry, should have said, the website page is 
http://www.alittlebirdieonline.com/gallery_custom.html. I'd really welcome any 
suggestions, most of my audience use Internet Explorer. Thanks very much.

Original comment by corinnea...@gmail.com on 10 May 2011 at 8:04

GoogleCodeExporter commented 8 years ago
I am having the same problem where nothing loads in I.E. 8 but works fine in 
firefox.

Original comment by lesrober...@gmail.com on 12 Jun 2011 at 6:35