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

Comments

steven jones’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new896 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.