Opened 11 years ago
Closed 11 years ago
#10474 closed Bug (duplicate)
[Chrome] adds span on removing br
Reported by: | Karen Ananiev | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1.1 |
Keywords: | Cc: |
Description
- Remove all contents and set the following html:
<p><br /> test</p>
- Go to WYSIWYG mode and remove line break with backspace when or delete
- The additional span element will be added:
<p><span style="font-size:13px; line-height:1.6em">test</span></p>
DUP of #9998