Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Double Text
Whenever I enable this plugin, the edit box doubles everything I type. It's hard to explain, but basically the top box (where I'm typing) is html and then there's like a bottom box that is the WYSIWYG version. Is that how this plugin is intended to work? It's very disconcerting.
0
Comments
(Not a true solution, but If you click the 'HTML' button a couple of times it will display just the WYSIWYG view.)
Are you seeing it on 'Start a New Discussion' textareas also?
For others, check out the main CLEditor thread...
1. Removed autogrow from textbox. Caused previous bug of showing both html and wysiwyg.
2. Disabled safestyles. Caused inline css to be ignored when rendering comments.
3. Added livequery so textareas loaded on the fly (ie. during an inline edit) get wysiwyg.
4. Upgraded to CLEditor 1.3.0
I hope rak doesn't mind me stepping on his toes a bit, but it was so close to perfect!