I'm getting weird behavior in IE versions 6 and 7 with bold tags being removed.
If I put the string <b><p>1</p></b> into the editor and switch back and forth into source mode, the bold tags are eventually removed.
Any ideas on this?
The following examples show the source after switching back and forth. This happens in IE7 and 6. I also tested firefox which seems to be working ok, although it's adding an extra p tag around the whole output.
IE 6/7
<b><p>1</p></b>
R1:
<p><b>
<p>1</p>
</b></p>
R2:
<p>
<p> </p>
</p>
<p>1</p>
R3:
<p> </p>
<p> </p>
<p> </p>
<p>1</p>
Firefox 2.0
<b><p>1</p></b>
R1:
<p><b>
<p>1</p>
</b></p>
If I put the string <b><p>1</p></b> into the editor and switch back and forth into source mode, the bold tags are eventually removed.
Any ideas on this?
The following examples show the source after switching back and forth. This happens in IE7 and 6. I also tested firefox which seems to be working ok, although it's adding an extra p tag around the whole output.
IE 6/7
<b><p>1</p></b>
R1:
<p><b>
<p>1</p>
</b></p>
R2:
<p>
<p> </p>
</p>
<p>1</p>
R3:
<p> </p>
<p> </p>
<p> </p>
<p>1</p>
Firefox 2.0
<b><p>1</p></b>
R1:
<p><b>
<p>1</p>
</b></p>
