I'm using CKEditor module with satisfaction, but it behaves really frustrating in one case: when leaving textareas empty, it generates <br />
tags in them after rendering CKEditor's interface.
This can be a problem for example when using "Summary or trimmed" display, and on the node creation form, the Summary field would be left empty, but in fact it's not empty, because it contains a <br />
(so teaser will also contain a single <br />
).
I can get round this problem with going to Source view and deleting the <br />
tag all the time, but it's not a solution (other users will not know how to do it).
Do you have any ideas how to stop this behavior?