Currently we use Drupal.settings to pass the thumbnail version of the field forward to jQuery. That works fine, unless you do ajax paging in which case you are missing data. Right now we're doing some horrific crap in the preprocess function to pass forward extra bits of Drupal.settings. Instead, let's just use hidden divs and match based on their ID instead. Much cleaner.

CommentFileSizeAuthor
#1 views_cycle-486702.patch5.45 KBeabrand
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

eabrand’s picture

Status: Active » Needs review
FileSize
5.45 KB

Here's a patch for that

Crell’s picture

Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

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