Opened 12 years ago
Closed 12 years ago
#10321 closed Bug (duplicate)
Empty inline leak
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- Go to source and paste this:
<p>One Two</p>
- Back to wysiwyg, put the caret right after "One".
- CTRL+B to bold the collapsed selection.
- Without typing, switch to source. We'll have this:
<p>One<strong></strong> Two</p>
The weird thing is that this doesn't happen if you simply type "One Two" in step 1. You must go source and back.
Will be fixed by #10315.