In the context_contrib.js there is this:

$('#widget-views :checkbox').change(function() {

Turns out that this is a really slow selector, and breaks in IE8 is some circumstances. We can do better by using a find.

CommentFileSizeAuthor
#1 context-1004094.patch896 bytesSteven Jones
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Steven Jones’s picture

Status: Active » Reviewed & tested by the community
FileSize
896 bytes

Patch attached.

Steven Jones’s picture

Steven Jones’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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