Bug in ckeditor version 3.6.1 revision 7072

by Luke Rodgers on July 15, 2011

Using ckeditor and jquery adapter, and with a textarea that is initialized as a ckeditor instance more than once, once with content, once without, you may encounter a bug in Firefox, p is null.

Go to line 126, change

p.setHtml('');

to

if (p) { p.setHtml(''); }

Leave your comment

Required.

Required. Not published.

If you have one.