Judder / galleriffic

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

History does not work in Google Chrome #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Chrome v5.0.375.29
2. Using your example for history
3. Click on several images and click on back button

What is the expected output? What do you see instead?
Expected the image to go back to the previous one I selected until back 
button grey'ed out or navigated off the page. Even though the back button 
worked, the image stayed constant to the last one selected instead of 
following the #

What version of the product are you using? On what operating system?
2.0.1, Windows 7, Chrome Version in Step 1

Original issue reported on code.google.com by acidrazo...@gmail.com on 7 May 2010 at 10:03

GoogleCodeExporter commented 9 years ago
This appears to be an issue with the latest version of webkit.  I have the same 
issue in Safari on OSX.5 and OSX.6 in the latest version of Safari.  I tested 
the example site in an older version of Safari (3.2) and history worked fine.

Original comment by stuartal...@gmail.com on 7 Sep 2010 at 3:25

GoogleCodeExporter commented 9 years ago
Same issue with Safari on Mac 10.6, Version 5.0.2 (6533.18.5)

Original comment by bilgeh...@gmail.com on 23 Sep 2010 at 8:24

GoogleCodeExporter commented 9 years ago
I think the issue with webkit and history has to do with the fact that 
galleriffic uses an old version of jquery.history. 
New version of jquery.history is available at author's homepage 
(http://tkyk.github.com/jquery-history-plugin/). Unfortunately the API seems to 
have change a bit, so current version of galleriffic crashes when using last 
version of jquery.history
Any volunteers for updating the code?

Original comment by fcojf...@gmail.com on 23 Apr 2011 at 6:40

GoogleCodeExporter commented 9 years ago
Got it working.  See:

(Example) http://www.ohmyhead.com/zenphoto/2011_Spring/BlueBonnets/ (see <head> 
for galleriffic initialization)
Directly to the scripts:  http://www.ohmyhead.com/zenphoto/themes/titan/js/

Let me know if you have any questions.  It did not take very many changes.  
I've only tested in Chrome so far.

Original comment by ohmyh...@ohmyhead.com on 5 Jun 2011 at 8:27

GoogleCodeExporter commented 9 years ago
Thanks ohmyhead.com. I made a couple of tweaks to your changes and blogged it 
at http://christierney.com/2011/12/15/jquery-galleriffic-plugin-history-update/

Original comment by firefigh...@gmail.com on 15 Dec 2011 at 8:16