I'm building a 3rd party module and integrating w/ Active Social I've got two controls that are being loaded as tabs in the group view.
In IE9, FF, & Chrome - everything works beautifully!!!
But in IE8 and lower I keep getting a Javascript error thrown which is killing all the other js from running. I've finally figured out that what is breaking everything is simply
referencing Colorbox (
http://colorpowered.com/colorbox/) in one of my controls (the tabs).
Even if I comment out all of the javascript for my control - simply the reference to colorbox.min.js on the page breaks everything. This only occurs on pages that have ActiveSocial on them as I'm using it elsewhere in my modules and it's working fine in IE 6+
I'm hoping someone can help give some insight why AS & colorbox collide in IE 8 on down.
Oh - and I'm using Active Social 1.9.3
Any ideas welcomed - I'm at wits end as it took me HOURS to figure this out. (grumble grumble internet explorer)