Opened 11 years ago
Last modified 11 years ago
#11258 closed Bug
Empty spans not being removed — at Version 2
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3.1 |
Component: | General | Version: | 4.3.1 |
Keywords: | Cc: |
Description (last modified by )
occures at current master, was not present in 4.3 release
Extra, empty span is left in certian situations
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- set source to following html
<h3>Type the title here</h3> <p>Type the text here</p>
- go back to wysiwyg mode
- open search dialog
- type the text in find textfield
- click find
- close dialog
--- note already you have extra span left ---
You may now move cursor elsewhere and go back to the text substring, and span will still be there.
Expected result:
Produced source code:
<h3>Type the title here</h3> <p>Type the text here</p>
Current result:
Code has extra span:
<h3>Type the title here</h3> <p>Type <span>the text</span> here</p>
additional info:
- you can insert multiple ammount of spans, by clicking find multiple times, none of them will be cleaned
- i've reproduced it witch chrome and firefox @ Win8
Change History (2)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|