Ticket #202 (closed Bug: fixed)
<HR> tag breaks source
| Reported by: | lyg73 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | SF IE | Cc: | niceguyalberto@…, bnoblet@… |
Description
If html source is followed
<p>TEST1</p> <p><hr /></p> <p>TEST2</p>
Switch to source editing mode and WYSIWYG mode some times..
then the source of above is changed to below..
<p>TEST1</p> <p> </p> <hr /> <p> </p> <p>TEST2</p>
<p> </p> tag is appended ...
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1339441&group_id=75348&atid=543653
Change History
Note: See
TracTickets for help on using
tickets.