PhotoShow icon indicating copy to clipboard operation
PhotoShow copied to clipboard

i want not to click photo to back to index

Open saramjh opened this issue 10 years ago • 2 comments

when i'm viewing photo, clicking photo is the fuction back to index page. but i want to click left and right on photo to move previous and next photo. how to tweak this source code

saramjh avatar Jan 16 '15 16:01 saramjh

Hmmm you should edit the files in src/js, as that is a JavaScript feature. I do not plan to implement this behaviour for the main version of photoshow, though.

Also, please note that you can use the arrows on your keyboard to go to the next/previous photo. Maybe that helps !

thibaud-rohmer avatar Jan 19 '15 08:01 thibaud-rohmer

i concur with the request, the ui is not the best currently

what the picture could do:

having two left and right big buttons on each side part of the picture viewing area that only appears on mouse over (and that go to the next and previous pictures obviously)

clicking in the middle should open the picture as of the eye button do - if download picture is enabled - (with a possible magnifying glass or eye transparent overlay on mouse over to make it clear that clicking will do a sort of better viewing/zooming of the picture). if download picture is disabled then either nothing in the middle or the left and right big buttons take the whole picture viewing eraa up to the middle

also the left and right buttons are very small, it's not a problem for the others one (download, up level, view) because you want to be precise on those, but left and right, you would like to move the mouse a bit without losing the button and also a mouse over effect on the buttons would be nice

finally the left and right arrow keys is nice to have, sadly they also react to my mouse horizontal scrolling feature and as i horizontal scroll to see the bottom strip it switch to the next picture reseting the scroll of the strip (that is very awful ui) so either limiting the left and right input to actual keyboard input (not sure if possible, or how is seen my mouse horizontal scrolling inputs) or disabling that feature (i know, user requests are the worse :) )

roger21 avatar Jun 03 '15 09:06 roger21