When I click on the thumbnail, it works fine by taking me to the original image, however when I click on "Return to page" after viewing the original it blinks back to the node and then immediately returns to the original image view.

Comments

hutch’s picture

It uses the javascript 'history_back()' function which does not work with all browsers ;-(
If anyone knows of a better way please do submit a patch!

rnexussix’s picture

how about "a href="history.go(-1)" ?

hutch’s picture

"a href="history.go(-1)" doesn't work for me, I tried all sorts way back whenever it was, I can't remember what I tried

It's on Line 258 in imagepicker.theme.inc, you will need to flush the cache if you change anything