Hi Earl.

As mentioned in my previous post, I've just enabled IPE for the front page of one of the websites I maintain. A problem that I noticed was that some (but not all) of the IPE modifications to the page were appearing as soon as the page is loaded. Clicking 'Customize this page' and then 'Cancel' does however make them disappear properly.

It seems that the cause is that the 'display: none' in the panels-ipe-on css class is being overridden by the 'display: block' in clear-block. Clicking 'Customize this page' and then 'cancel' adds an explicit 'display:none' to each element, overriding the clear-block.

My simple (I'm no CSS guru!) fix is to add 'style="display:none"' to the html that's originally created (lines 103 and 114 of panels_ipe.module).

Regards,

Nigel

Comments

japerry’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing this issue as outdated as Drupal 6 ctools is not supported. If this issue is relevant for Drupal 7, feel free to re-open and mark for Drupal 7 (or 8)