I am running Colorbox with the latest version of the Colorbox plugin on an AdaptiveTheme subtheme, with Gallery Formatter. Everything works beautifully in other web browsers, but in Internet Explorer 9, images just link to their image files. (Haven't tested in earlier versions of IE).

Can anyone confirm that the latest version is working for them on IE9? If so, there must be something about my configuration that is causing a problem.

Comments

mortona2k’s picture

I'm getting an error "SCRIPT438: Object doesn't support property or method 'show'" in the debug console.
jquery.colorbox-min.js, line 4

Terebinth’s picture

@jenyum I was getting that too, but then read somewhere it had to do with IE9 being in compatibility mode. As my IE9 automatically loaded in compatibility mode, I had to go to the menu bar and hit Tools --> Compatibility view settings, and uncheck the 'display all websites in compatibility view' box. Now it loads alright.

The only issue I still have is no navigation buttons :(

frjo’s picture

Category: bug » support
Priority: Major » Normal

Colorbox module/plugin works well in IE 9 on my blog and several other sites I tested so this is not a general problem. I tested "Compatibility view" as well with no ill effect for Colorbox.

RaulMuroc’s picture

Disagree with last comment: IE8, IE9, IE10 and IE11 all have this issue.

What happens to me is that when colorbox loads, it raises the told error and all css is wrong positioned, backgrounded, etc... IF I manually resize a little bit the viewport of IE then automatically repairs it. So is looking there is some problem with the IE refresh/Colorbox refresh onLoad/onComplete.

Dublin Drupaller’s picture

Issue summary: View changes

having issues with IE9 as well. Still digging around to see what the issue is.

Dublin Drupaller’s picture

the issue I can see is that, when using the colorbox-inline functionality, IE9 (in my case) appears to duplicate the hidden DIV with the ID you target in the modal link....so, the colorbox opens...but is empty because it's picking up the first of the two ids.

this doesn't happen in chrome or firefox btw. IE only issue

still digging..

will post back up here if I find a solution

Neslee Canil Pinto’s picture

Status: Active » Closed (works as designed)