Opened 10 years ago
Closed 10 years ago
#12208 closed Bug (duplicate)
BR tag replacement seems to be to agressive
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.4 |
Keywords: | Support | Cc: |
Description
- Use enter mode sample with
allowedContent:true
. - Paste below code into editor in Enter P or Div mode (in BR more some BR's are removed: #10497, #11392)
<span> Some Text <br /> <br /> <br /> </span>
- Switch to WYSIWYG.
Results: BRs get extracted out side of span and changed into divs or paragraphs.
Problem can be reproduced from CKEditor 3.5.4 rev. [6740].
DUP of #12209.