1 (edited by rick 2013-11-15 03:28:03)

Topic: Full screen mode not working in IE10

Full screen mode -in a new window- works for me on other browsers, even mobile, but not IE10.

Also, just discovered that it alternates in CHROME browser. When I expand to full screen it goes to full screen in new window as it should, then when I collapse it back and click expand again it goes to full screen but not in a new window. Then, if I collapse it again and click expand again it goes to full screen but this time in a new window.

Re: Full screen mode not working in IE10

First of all, please make sure that you are using the latest version of Juicebox-Pro (v1.3.3) to ensure that any bugs which were present in previous versions but which have since been fixed are not contributing to your problem.
If necessary, please see the Upgrading Juicebox page for details.

If you continue to experience difficulties, then please post the URL to your gallery so that I can take a look for myself and hopefully help further.

3 (edited by rick 2013-11-15 20:54:18)

Re: Full screen mode not working in IE10

I am currently using v1.3.3.

My page is: www.wellerconstruction.com

The gallery I'm referring to is the one on that main page titled "Featured Home: October 2013"

It appears Chrome browser is having issues too. I've tested this on several different computers/devices. Chrome seems to load into a new window sometimes when the parameter is set to TRUE. IE10 keeps giving me a config xml file not found error when I try to expand it.

Re: Full screen mode not working in IE10

I am unable to replicate the problems you describe in test galleries of my own so the problems may be related to the non-gallery code on your web page.

Here are a couple of things to try which may help:

  • Try completely clearing your browser caches to ensure that your browsers are fetching and using the most recent versions of your gallery files from your web server.

  • If you want to keep expandInNewPage="TRUE", try setting useFullscreenExpand="FALSE" to see if this makes a difference.

  • Try checking the HTML code on your web page with the W3C Markup Validation Service and fix the errors reported. (There are currently over 300 errors reported but many are duplicates of others and it should hopefully not take too long to go through the list).

  • Your web page loads an old version of jQuery (v1.7.2). Try upgrading this to the current stable version (v1.10.2) and update any other out-of-date external JavaScript files. (If there is a conflict between one of your web page's JavaScript files and the 'juicebox.js' file, then updating the files in question may help.)

Even if these suggestions do not completely solve your problems, it would be wise to fix the errors on your web page and update the external JavaScript files. Once these have been done, we can eliminate them from the problem.

If the problem persists, then to check for a possible conflict between one of your web page's JavaScript files and the 'juicebox.js' file, try removing all the external JavaScript files from your page to see how the gallery reacts and then reintroduce them one-by-one until you find the source of the problem.