Closed (fixed)
Project:
Sweaver
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2010 at 18:03 UTC
Updated:
6 Oct 2010 at 14:50 UTC
I wasn't getting the apply button to show up and two text areas. Apparently it's because fckeditor was trying to take over. I added this id to the exception rules (edit-sweaver-plugin-custom-css) and it fixed it. I don't know if it's possible, but it would be nice if when custom css is enabled, the module checks to see if fckeditor is enabled and automatically adds the rule for you.
Comments
Comment #1
swentel commentedFixed in both D6 and D7 branch by adding "'#wysiwyg' => FALSE,' to the textarea key.
Thanks for the report!