After having a few troubles with the FCKEditor module, I was able to trace my problem back to the lack of 'print $closure;' in this theme. Adding this line fixes the problem. This patch fixes the problem.

CommentFileSizeAuthor
bluespan.patch219 bytesAnonymous (not verified)

Comments

matw8’s picture

I also had the same problem with all WYSIWYG editors, and found adding the missing $closure fixed it.
It's an easy fix but I wasted a few hours because it's not in the release version. Please roll it in!

ashhishhh’s picture

Component: Code » User interface

Thanks A lot...
You saved my time