﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6804	designing fieldset with legend returns unexpected result	Ronnin Lee	Garry Yao	"write the following code directly in source-view:
{{{
<fieldset>
        <legend>caption</legend>
        <p>keep going, CKeditor!</p>
    </fieldset>
}}}
then switch to design-view, it looks well, but when do some design actions, it returns unexpected result.
the cases vary from diferent browsers:

IE8: double-click the boundary of fieldset, the code will be changed to 

{{{
<fieldset>
			<p>
				&nbsp;</p>
			<legend>caption<span style=""display: none"">&nbsp;</span></legend>
			<p>
				keep going, CKeditor!</p>
		</fieldset>

}}}

firefox 3.6.12:
just click the legend, the code will be changed to 

{{{
    <fieldset>
        <legend></legend>
        <p>caption</p>
        <p>keep going, CKeditor!</p>
    </fieldset>

}}}


"	Bug	closed	Normal	CKEditor 3.5.1	Core : DTD	3.0	fixed		
