In my image gallery, using the default Highslide formatter (Zooms), if I click on a picture it is zoomed as expected, but when I try to navigate to the next image, I always get the second picture in the gallery, not the one after the one clicked on.
Even if I am on a different page (other than the first one) within my paged view, I again get the second picture from the first page.
It appears that the module does not use the ordering used by the view for displaying the query results.
Comments
Comment #1
q0rban commentedI can't duplicate this, except on any page other than the first page and only in views that are using AJAX pager. Is that what you are referring to? If so you may want to update the title.
Comment #2
marktheshark commentedSorry for getting back to this so late.
I could reproduce it also on the first page of an AJAX-ed paged view.
I clicked on e.g. the 5th picture and when attempting to get to the next one I always got the 2nd.
It is as if random access doesn't remember the current page and always starts the iteration from the beginning, giving the item after the first one (=2nd).
Comment #3
q0rban commentedI can't reproduce on the first page of views... This is hard to pin down!