AltynbekKZ / galleriffic

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

Latest Jquery Version(1.8.0) Conflict with galleriffic 2.0 #302

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1) I used jQuery version 1.3.2 along with Galleriffic 2.0 when i start 
integrating it and it worked fine. But later I have to use the latest available 
version of 1.8.0. When i used new jquery version(1.8.0), then plugin starts 
creating a problem(I used this example --> 
http://www.twospy.com/galleriffic/example-2.html); In the image gallery when i 
move from one page to another then it shows an extra image in last index. 
For example I am showing 6 thumbnails in one page and i have total of 13 
thumbnails then it will made three pages with 6 thumbnails on each page and 1 
thumbnail on last page(3rd page). This correctly happen when plugins loads 
first time, but when i start moving across gallery pagination(from 1st page to 
3rd and then back to 1st page) then it sometimes show 7 thumbnails on first 
page instead of 6. This specifically happen on first page. I believe this 
happens due to new version of jquery. 

What is the expected output? What do you see instead?
It should show 6 thumbnails per page. But only on 1st page it sometimes show 7 
thumbnails when i move across paginations.

What version of the product are you using? On what operating system?
galleriffic 2.0 using xampp

Please provide any additional information below.
I have attached an image where it lists 7 thumbnails on a page but it should 
have to show 6 thumbnails. It appears randomly, not always. If i just replace 
the old jquery file(1.3.2) then it will work fine. But I have to use latest 
jquery version :(

Original issue reported on code.google.com by suleman....@gmail.com on 27 Sep 2012 at 9:29

Attachments:

GoogleCodeExporter commented 8 years ago
I also just tried to upgrade from gallerific 1.0 to 2.0.1 with jQuery 1.8.2 
(latest version). Fails with a call to: 
"gotoImage" with parameter "imageData", which is undefined so crashes it. I'll 
try to see where that's coming from, but 1.0 works fine with the latest jQuery, 
so my work-around is not to upgrade.

Original comment by philip.w...@gmail.com on 22 Oct 2012 at 9:39