on the preview of 2.2 the problem described in this bug seems to have disappeared (I guess because of the deprecation of GetHTML())
I've spent some time investigating on this problem: things mess up when you have bad formed HTML in IE 6 (maybe also 5 and 5.5)
for instance if you come to have this code
<p><font size="2"><hr/>test</font></p>
where the horizontal rule is inside a "p" and a "font" block, the dom of the document provided by IE is different from the structure handled by the editor as XHTML
by passing back and forth from the WYSIWYG and the source view this causes some disasters!!
there still remains a problem with extra "<p> </p>" added, also poined out in bug [1355226]
hope someone finds a solution soon!
ciao
aLbeRto
I've spent some time investigating on this problem: things mess up when you have bad formed HTML in IE 6 (maybe also 5 and 5.5)
for instance if you come to have this code
<p><font size="2"><hr/>test</font></p>
where the horizontal rule is inside a "p" and a "font" block, the dom of the document provided by IE is different from the structure handled by the editor as XHTML
by passing back and forth from the WYSIWYG and the source view this causes some disasters!!
there still remains a problem with extra "<p> </p>" added, also poined out in bug [1355226]
hope someone finds a solution soon!
ciao
aLbeRto