Page 1 of 1

Right-click / Open in Popup Window displays path to image

Posted: 09 Sep 2009, 23:41
by mwr
Right-click / Open in Popup Window opens a window that contains only the path to the image, starting with /content/...

It's the same with IE 7.0 and Firefox 3.0.14. Open in Window works fine; opens the image in a new window.

http://ruthvenphotos.com/gallery/#/cont ... Valley2009

Posted: 10 Sep 2009, 11:46
by Nick
Sorry our bad, this one creeped in with one of the recent updates, fix will be available in next update in a few days.

If you don't want to wait, open

imagevue/controllers/IndexController.php

at line 152 change:
Code
$this->view->assign('path', $this->_getParam('path'), 'path');
to
Code
$this->view->assign('path', trim($this->_getParam('path'), '/\\'), 'path');

Posted: 10 Sep 2009, 12:01
by mwr
Thanks! I'll make the change a bit later.