Closed (fixed)
Project:
Highslide
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2009 at 12:21 UTC
Updated:
5 Jan 2010 at 01:40 UTC
I have an AJAX-loading paged view of image thumbnails which use the default Highslide format (Zoom) when clicked on.
This works fine for the first page of images, but after loading the second page, clicking on an image takes you to the full image instead, on its own page.
There appears to be an issue with pagination and/or AJAX-loading.
Lightbox2 handles this without error.
Comments
Comment #1
q0rban commentedHi Mark! FYI, this is fixed in dev via this commit: http://drupal.org/cvs?commit=303504
Comment #2
q0rban commentedBTW, currently the only difference b/w dev and 6.x-1.2 is the commit I mentioned above, and a commit that changes the divs to spans for the caption, to get it to working with insert module and line-break filter. See #649750: Call to undefined function highslide_field_formatter() highslide.module on line 419.
Comment #3
marktheshark commentedThank you for your quick response
Comment #4
marktheshark commentedHmmm... Don't know if I'm missing something, but after installing the latest 6.x.-1.x dev version, it doesn't work at all.
Not even for the first page in a paged gallery...
Comment #5
q0rban commentedYou didn't accidentally wipe out your whole highslide directory, did you? If so, you'll need to re-download the highslide js from http://github.com/q0rban/drupal-highslide-js
Comment #6
marktheshark commentedThat solved it, thanks, my bad.
A new problem detected after this:
Arrow buttons no longer cause the loading of the next picture in the gallery, can currently only view one picture at a time...
Comment #7
q0rban commentedNow, that sounds like you stumbled onto a bug. ;) Do you mind creating a separate issue for that against 6.x-1.x? Thanks!
Comment #8
q0rban commentedNevermind, fixed: http://drupal.org/cvs?commit=305162
Comment #9
marktheshark commentedNice!
I have some other questions in this new thread