Ticket #9061 (closed Bug: duplicate)
ignoreEmptyParagraph makes a instead of just " ".
| Reported by: | Yeens | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.6.3 |
| Keywords: | ignoreEmptyParagraph , , class | Cc: |
Description
I have been searching for this bug for days and tryed to repair it but could not find how to fix it. First of all I had the bug that my empty divs that where given a class were removed. So I found that if I put the config property ignoreEmptyParagraph to false, my <div class="hello"></div> stayed in my code editor. But it created a inside it like: <div class="hello"> </div> But that one creates white space. Is there a way that I can change the   into "" and ckeditor is not going to change it back to $nbsp;
Thanks in adventage, Yeens
Sorry if there's bad english
Change History
Note: See
TracTickets for help on using
tickets.

Duplicated with ticket: #5404