Opened 11 years ago
Closed 11 years ago
#11238 closed Bug (invalid)
New paragrahps added when saving bullet list with indented items
Reported by: | Titus | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Running CKEDITOR in Wordpress, when I save a text with an existing bullet list that has indented items such as the below, the article gets returned (after saving) with an additional line with P marks, right before the indented bullet. The more often I save, the more paragraphs are created.
<ul> <li> </li> <li>adalksdjaskldjasld alksdj asldkajd lak</li> <li>adalksdjaskldjasld alksdj asldkajd lak <ul> <li>adalksdjaskldjasld alksdj asldkajd lak</li> <li>adalksdjaskldjasld alksdj asldkajd lak</li> </ul> </li> <li>adalksdjaskldjasld alksdj asldkajd lak</li> <li>adalksdjaskldjasld alksdj asldkajd lak</li> <li> </li> </ul>
Change History (2)
comment:1 Changed 11 years ago by
Keywords: | paragraph bullet list removed |
---|---|
Status: | new → pending |
Version: | 4.0 |
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Editor itself doesn't have anything with data saving so this is most likely something on Wordpress side.
I have tried reproducing this issue on plain AJAX sample where getData is called (can be used to put data into request or write data somewhere else) and there was nothing wrong.
I'm closing this issue as invalid.
I cannot reproduce this on clean CKEditor. Can you do it on http://ckeditor.com/demo? I was checking by switching between modes, what simulates saving and loading data.