Closed (fixed)
Project:
Exhibit
Version:
6.x-1.x-dev
Component:
Browser compatibility
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Mar 2009 at 06:30 UTC
Updated:
5 Mar 2010 at 22:10 UTC
Hi,
It looks like the display of an exhibit node breaks Garland when using IE with windows XP. Any idea ?
Thanks, regards,
Eric
Comments
Comment #1
ec commentedAnyone experiment the same issue ?
Comment #2
jhuckabee commentedI'm not seeing this. I tried my demo Exhibits at http://d6demo.joshhuckabee.com on IE 6 & 7 with no issues. Not sure if trying over Parallels makes a difference or not.
Do you have a link and/or screenshot you could share?
Comment #3
ec commentedHi Josh,
Thank you for your answer. I gave a try to your demo site using IE 6 with XP sp3 and here are the results :
- works fine on your site
- broke the theme on my site (even when I tried the old bluemarine!)
My site is private and can only be accessed via https and it looks like this has something to do with the strange behaviour with exhibit. Because when I switched to http bluemarine is not broken anymore.
Any idea about this?
Regards,
Eric
Comment #4
walter-kun commentedHi Eric,
I found a solution to a problem very similar to yours.
In my exhibit-api.js I change the following line from this:
params: { bundle: !useLocalResources, authenticated: !noAuthentication, autoCreate: true, safe: false },to this:
params: { bundle: useLocalResources, authenticated: !noAuthentication, autoCreate: true, safe: false },because I find that IE complains if
bundleis set tofalse