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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | fix-for-ipe-tao_02.patch | 449 bytes | allforabit |
| fix-for-ipe-tao.patch | 484 bytes | allforabit |
Comments
Comment #1
allforabit commentedOK that didn't fully work. Here's an updated version.
Comment #2
merlinofchaos commentedHow strange. These themes do something special with clear-block?
Comment #3
greg.harveyMarked #942658: Any Tao-based theme forces Panels IPE into edit mode by default as a duplicate of this issue.
Comment #4
allforabit commentedYes lines 193-196 in base.css of the Tao theme cause the issue.:
This overrides the .panels-ipe-on class in line 98 of panes_ipe.css because the theme css is loaded after the module.
Comment #5
merlinofchaos commentedOkay, makes sense.
I'm out of the office for a week, will commit this when I get back.
Comment #6
damienmckennaComment #7
japerryFixed.