Opened 14 years ago
Closed 14 years ago
#7048 closed Bug (duplicate)
[enterBr] undesired paragraph appears when content is deleted
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.0 |
Keywords: | Cc: |
Description
Confirmed in IE8. When enterMode = CKEDITOR.ENTER_BR in some situations IE wraps the content with a paragraph.
- Load enterkey.html sample and select enter mode = BR
- Use backspace key to delete the first line
- Note: when deleting the last character that left, "p" element appears in the elements path
- Type some text, switch to Source mode, result:
<p> some text</p>
Related ticket: #6518.