Mike Richards wrote:What browser are you using that you see the watermark problem? Does it happen every time or is it a specific gallery or situation?
I use Firefox 3.6.12...the problem seems to be random! I can't identify a specific situation/gallery...
Mike Richards wrote:When in the fullscreen mode the window focus should be out away from the browser.
With window.focus() I can only set the focus on the window...I can listen to the focus change event using
window.onfocus=function(){document.title="FOCUSED"; setBackground()}
window.onblur=function(){document.title="NOT FOCUSED"; unsetBackground()}
Unfortunatly...if the user is viewing the gallery in normal mode (no fullscreen) and give focus to another window, the background image is always set with setBackground()...but I think there is no solution to this problem... Maybe in the future you may provide an option to set the possibility to have a background image only in fullscreen.
In the meantime, tomorrow I'll try the JS solution with the svAPI!!
Mike Richards wrote:By the way Google Chrome gets a JavaScript error and your site does not function.
Ajax Error in showPage(): TypeError: Cannot read property 'documentElement' of null
Thank you for reporting the problem...There was a problem in Ajax XML parsing with Chrome...(a strange security restriction...)...now you can view the gallery in the page "Prodotti"