Line 700 of botcha_recipe.controller.inccauses a JavaScript error in IE7:
tok2=$(f).css('fontFamily').split(',')[1].trim();

This works:
tok2=$.trim($(f).css('fontFamily').split(',')[1]);

I should be able to roll a patch sometime this week.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

iva2k’s picture

Status: Active » Needs review
FileSize
851 bytes

Patch attached.

iva2k’s picture

Version: 6.x-2.0 » 7.x-2.x-dev
FileSize
876 bytes

Patch for 7.x-2.x-dev attached.

iva2k’s picture

Status: Needs review » Fixed

Committed to 6.x-2.x-dev and 7.x-2.x-dev. The fix is already in -1.x branches. There is a different worker code in -3.x branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.