Active
Project:
Sweaver
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2014 at 09:46 UTC
Updated:
14 May 2015 at 16:17 UTC
Jump to comment: Most recent
This module doesnt seem to work on nodes that have panels attached through panelizer.
do let me know what addidional info you need.
Comments
Comment #1
dagomar commentedI am using panelizer and sweaver together succesfully. The only trouble is that the in place editing of panels has a higher z-index, so the buttons to use sweaver are hidden. I added the following css to fix this (work in progress, but may be beneficial):
Comment #2
raystuart commentedThanks for the above css.
The size of the In Place Editor container can change if revisions are on. There is a patch that adds a class to the body tag when IPE is in editing mode.
https://www.drupal.org/node/2229767
With that in place, then something like this helps sweaver to work with IPE and revisions:
I had trouble with changing the z-index of sweaver, since the color picker would pop up behind sweaver. The above changes the z-index of panels-ipe-control-container instead.