﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
201	"HR in input ""source"" completely destroys document structure"	amashtakov@…		"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>&nbsp;</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>&nbsp;</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>&nbsp;</p>
<p><strong></strong>text3 text3
<p>&nbsp;</p>
<p>&nbsp;</p>
</p>
<hr />
title3<br />
</p>
<hr />
title2
}}}

Regards,
/Alexander

----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1552552&group_id=75348&atid=543653"	Bug	closed	Normal		General	FCKeditor 2.3.2	fixed	SF IE Confirmed	geotronik@…
