Closed (fixed)
Project:
Panels
Version:
6.x-3.7
Component:
Mini panels
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2010 at 12:19 UTC
Updated:
7 Sep 2010 at 17:10 UTC
When I update the content (a custom content field) on my mini panels it isn't saved.
How I do:
Choose edit on mini-panel, go to content.
Choose edit on the custom content field
Update content and press finish.
The page says that there is updates that has not been saved but if I press edit on the field again the changes are gone, the same goes if I press save.
No updates available according to update.php
Comments
Comment #1
codewatson commentedDo you have the patch/module that allows the wysiwyg editor to load? If so this was broken with the 3.7 release of panels
Comment #2
fredrik.th commentedActually I do. Tried it out without the WYSIWYG and it worked. Will there be a fix for this soon?
Comment #3
merlinofchaos commentedThe latest -dev of Panels/CTools mostly works with wysiwyg.module and ckeditor, at least.
Comment #4
harry slaughtersame problem here. using wysiwyg with ckeditor, editing 'custom content' does not save unless i disable rich text editing. i tried disabling wysiwyg and installing the full ckeditor module instead. same issue.
Comment #5
merlinofchaos commentedYes, it's a problem in 3.7 that if you have the wysiwyg active, the detach behavior of the wysiwyg runs after the form submits, so it doesn't transfer its data into the fieldset that it's covering up. This is fixed in -dev.
Comment #6
codewatson commentedOut of curiosity, does that mean that the module/hack wont be needed anymore on the next version?
Comment #7
merlinofchaos commentedMaybe! I'm not sure. I only tested with wysiwyg.module + ckeditor. And there's still a bug but it's not critical.