Opened 13 years ago
Last modified 13 years ago
#9341 closed Bug
CKEditor removes <br /> tags in list items — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.0.2 |
Keywords: | Cc: |
Description
CKEditor removes <br /> tags (made with SHIFT + ENTER) at end of a <li> tag. It happens when nested lists are used.
<ul> <li>Test 1 <ul> <li>Test 1.1</li> </ul> </li> </ul>
If you add a <br /> (SHIFT + ENTER) after "Test 1" and switch
between WYSIWYG and the Source view, then the CKEditor will remove the <br />.
However, if you add more then one <br /> tag, then only the last one
will be removed per each view switch. This happens also on loading HTML into the editor.
Problem has been reproducible in all browsers from CKEditor 3.0.2