Sometimes rendering a wrapper raw, when themed, includes the wrapper_element.inc file (instead of the wrapper_raw.inc) before ctools has a chance to process the $plugin variable for wrapper element.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

delphian’s picture

delphian’s picture

Issue summary: View changes
eyilmaz’s picture

Status: Active » Reviewed & tested by the community

had the same issue, patch works.

RogerRogers’s picture

This works for me too.

Please include this in the next dev release at least - I would say this is a critical issue given it affects the entire purpose of this module and is very hard to debug. I've just spent days trying to understand whether this problem was being caused by opcode caching, PHP version, or some other fluke of system configuration. The site looked fine in local development, but the RAW wrapper wasn't being rendered on a production server. This patch solves the problem.

The main characteristic was that clearing the cache momentarily solved the problem, but then on subsequent page refreshes the design would break.

Otherwise, thanks for this great module!

apmsooner’s picture

I concur, this patch works.