Steven wrote:I notice that your 3x gallery sets useFullScreenExpand="TRUE". When the gallery is expanded, it will occupy the entire screen (rather than just the browser window) so there is no area outside the gallery that the user can move the mouse into.
Yes, I chose to make it "true" on purpose, because otherwise it doesn't do nothing else than hide my header with the clickable links. Are you sure you can't make a "South of the border" zone below the screen? I've used some programs that do so.
Steven wrote:A workaround might be to set useFullscreenExpand="FALSE" so that the gallery expands only within the browser window. There will always be an area outside the gallery (the browser's address bar) where the user can move the mouse to have the overlay disappear.
I set it to "false" on 03, but it really doesn't do a lot.
Steven wrote:Alternatively, inactivityTimeout still works fine in fullscreen expanded mode (where the overlay will disappear after a certain time of mouse inactivity). You might like to try setting inactivityTimout to a value smaller that its default of 4 seconds.
Now we got to the point. It turned out, that the person who informed me about this matter uses a Chrome browser. I, have used IE11 just for the gallery testing, and I've set it to check for newer version every time I visit a webpage. It's very convenient. However, it seems that this inactivityTimeout function doesn't work on Chrome or IE. On Firefox, which is my default browser it works as it should.
Is here something, that you could do in some other way in the next update, to make this function work more universally?