The attached patch fixes a display problem when the ipe is used with the Tao basetheme. The problem is reported here on the tao issue queue. http://drupal.org/node/942658 Basically the .clear-block class is overriding the .panels-ipe-on class and so displaying the ipe edit bars when they should be hidden.

Comments

allforabit’s picture

StatusFileSize
new449 bytes

OK that didn't fully work. Here's an updated version.

merlinofchaos’s picture

How strange. These themes do something special with clear-block?

greg.harvey’s picture

allforabit’s picture

Yes lines 193-196 in base.css of the Tao theme cause the issue.:

ul.links,
.clear-block {
  display: block;
  }

This overrides the .panels-ipe-on class in line 98 of panes_ipe.css because the theme css is loaded after the module.

merlinofchaos’s picture

Status: Active » Reviewed & tested by the community

Okay, makes sense.

I'm out of the office for a week, will commit this when I get back.

damienmckenna’s picture

japerry’s picture

Status: Reviewed & tested by the community » Fixed

Fixed.

  • japerry committed 2be3818 on 6.x-3.x authored by allforabit
    Issue #1240994 by allforabit: Fix for panels ipe when used with Tao base...

Status: Fixed » Closed (fixed)

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