Opened 10 years ago
Last modified 10 years ago
#13216 confirmed Bug
List gets styled when pressing delete
Reported by: | Jakub Ś | Owned by: | Support |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.5 |
Keywords: | Cc: |
Description
Please refer to: 12284.
- Paste below code into editor and switch to source:
<p>text <strong>bold</strong></p> <ol> <li>item</li> </ol>
- Put cursor at the end of bold (make sure you are inside bold by looking at element's path)
- Press delete
Result: List item gets bold.
If there is paragraph instead of list below the bold paragraph, it won't get bolded/styled on delete.
<p>text <strong>bold</strong></p> <p>text</p>
Problem can be reproduced from CKEditor 3.6.5 rev. [7620]