Closed (fixed)
Project:
Sweaver
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2011 at 01:47 UTC
Updated:
15 Mar 2013 at 14:00 UTC
When using Panels In-place-editor + Sweaver, the "customize this page" button does nothing.
The exception:
If I click the padded area around the "customize" text in Opera or Safari, Panels IPE acts as normal. I used CSS to increase the padding, but could not reproduce this in any other browser.
Upon disabling sweaver, Panels operated fine.
Additional
The following javascript to trigger the panels IPE does not work alongside sweaver in any of the five browsers:
jQuery("*").click(function () {
jQuery(".panels-ipe-pseudobutton").trigger('click');
})Any direction on how to solve this is much appreciated.
Comments
Comment #1
jethrozs commentedOk, I went through disabling and enabling the sweaver plugins, the problem seems to be with the Palettes plugin.
IE also reported a possible javascript error in the palettes plugin:
I removed "console" (which was on it's own line, alone), and things seem to be going smoothly. Excuse my slow brain (going on 20 hours here), but is that OK to remove?
... and thanks for a really neat module!
Comment #2
Rory commentedLooks like this has been fixed.