Ticket #201 (closed Bug: fixed)
HR in input "source" completely destroys document structure
| Reported by: | amashtakov@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.3.2 |
| Keywords: | SF IE Confirmed | Cc: | geotronik@… |
Description
Hi all,
This can be easyly re-produced in current demo page (2.3.1). Please try the following:
1. Create three <p>'s with bold title an text in editor view:
<p><strong>title1<br /> </strong>text1 text1</p> <p><strong>title2</strong><br /> text2 text2</p> <p><strong>title3<br /> </strong>text3 text3</p> <p> </p>
2. Then put <hr>'s at the beginning of title2 and title3 in editor view:
<p><strong>title1<br /> </strong>text1 text1</p> <p><strong><hr /> title2</strong><br /> text2 text2</p> <p><strong><hr /> title3<br /> </strong>text3 text3</p> <p> </p>
3. Then switch twice between source and editor view. As a result - the structure of document is completely destroyed:
<p><strong>title1<br /> </strong>text1 text1</p> <p><strong></strong><br /> text2 text2 <p> </p> <p><strong></strong>text3 text3 <p> </p> <p> </p> </p> <hr /> title3<br /> </p> <hr /> title2
Regards, /Alexander
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1552552&group_id=75348&atid=543653
Change History
Note: See
TracTickets for help on using
tickets.