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

jethrozs’s picture

Ok, 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:

Webpage error details

Message: 'console' is undefined
Line: 16
Char: 3
Code: 0
URI: http://planetexpress/webcrm/client1/sites/all/modules/sweaver/plugins/sweaver_plugin_palettes/sweaver_plugin_palettes.js?lu61lf

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!

Rory’s picture

Status: Active » Fixed

Looks like this has been fixed.

Status: Fixed » Closed (fixed)

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