﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9178	Setting the selected option in Selection Field doesn't work properly.	Larry Hinderks		"To reproduce

1.  Go to the CkEditor demo page
2.  Clear all content from the page
3.  Click on the Selection Field icon to add a select list
4.  Place the cursor in the ""Text"" field, type ""aaa"" and click on the ""Add"" button
5.  Place the cursor in the ""Text"" field again, type ""bbb"" and click on the ""Add"" button
6.  Click on the ""bbb"" field just added which is below the ""aaa"" field
7.  Click Set As Selected Value to make ""bbb"" the selected value.
8.  Go to source mode and notice the that selected=""selected"" is set on both the ""aaa"" and ""bbb"" options (see html below)


{{{
<p>
	<select><option selected=""selected"" value="""">aaa</option><option selected=""selected"" value="""">bbb</option></select></p>
}}}


I would expect that setting the ""bbb"" field would remove the selected=""selected"" tag on the ""aaa"" entry and place it on the ""bbb"" entry since the ""Allow Multiple Selections"" check box has not been checked.
"	Bug	confirmed	Normal		General	3.0			
