pydanny / django-wysiwyg

A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.
http://django-wysiwyg.readthedocs.org
MIT License
465 stars 63 forks source link

Fixes to make sure all editors actually work #33

Closed vdboor closed 11 years ago

vdboor commented 11 years ago

Hi,

I've went through the test_project and fixed every issue I found with initializing/enabling and disabling editors. It turned out there were still some bugs:

This should fix the remaining issues of #28

A few other minor issues are fixed too:

I'm looking forward to get this merged, and have a new release out! :)