#4006 closed Bug (invalid)
Tail BR is removed from end of block
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | |
Keywords: | Cc: |
Description
This's derived from #205.
Reproducing Procedures
- Open the 'replace by class' sample page.
- Load the document with following content:
<div><h5>title</h5><br /></div>line
- Switch to wsiwyg and switch back to 'source';
- Actual Result:
<div> <h5> title</h5> </div> <p> line</p>
- Expected Result: The origianl source remains the same.
- Actual Result:
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
---|
comment:2 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by
Milestone: | CKEditor 3.1 |
---|
It's not a bug, block tail <br> within 'source' mode has no visual effect so is trimmed.