Opened 14 years ago
Closed 14 years ago
#4933 closed Bug (fixed)
CKEditor leaving empty tags with line break
Reported by: | Wiktor Walc | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | General | Version: | 3.0.2 |
Keywords: | Confirmed | Cc: |
Description
Might be a dup of #4886.
Confirmed in FF 3.5.5, Safari and Opera although the results are a bit different .
Steps to reproduce
- start with empty content
- type "aaa"
- press Shift+Home to select text
- press Ctrl+B, Ctrl+U, Ctrl+I
- press Del
- switch to source mode
- result (in FF):
<p> <em><u><strong><br /> </strong></u></em></p>
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → CKEditor 3.2 |
---|
comment:2 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Suppose to be fixed with #4886.