This applies to both respond beta and dev (Aug 16).

This is a really useful theme for me. Adapted fonts logos and now its almost all I need for a customer's site. Nice!
All is good in Mac Safari, Opera and Firefox but I just had to check Windows IE8 on an 'up-to-date' XP SP3 system :-(

I'm getting a Javascript error from respond.js line 14 char 7: 'console' is undefined.

CommentFileSizeAuthor
#2 remove-debugging-statement-001-002.patch524 bytesiainh

Comments

himerus’s picture

I'm assuming this is a call to

console.log(); somewhere in the JS that missed being removed... take a look in respond.js and remove any lines with console called, and that should fix it up.

I'll provide an update this week.

iainh’s picture

StatusFileSize
new524 bytes

Please consider attached patch.
Symptoms of problem (and solution) can be seen, for example, in IE8 using colorbox. In my case this was using Media-Gallery's use of colorbox. If the debugging statement remains uncommented IE8 will flag up an error and will stop running colorbox's jQuery scripts.

iainh’s picture

Version: 7.x-3.x-dev » 7.x-3.0-beta1
Cablestein’s picture

FYI, for me, changing Colorbox configuration from minified to uncompressed fixed IE8 issue(s).

pjindent’s picture

Project: Respond » Colorbox
Version: 7.x-3.0-beta1 » 7.x-1.2

I am having problems with colorbox (7.x-1.2) in IE. The pop up displays with a very narrow width, and IE displays a warning: "Stop running this script? ... A script on this page is causing Internet Explorer to run slowly." I have tried uncompressed with no success.

frjo’s picture

Status: Active » Closed (cannot reproduce)