﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7023	IE: JS error when Selection field inserted on page	Krzysztof Studnik	Garry Yao	"''TC''[[BR]]
 - Under IE6/7  , from samples, select Replace by class
 - Clear all content
 - Click on the ""Selection Field button""
 - create selection field as follows:
   - Name: 1
   - Size: 2
   - Text: Insert Test1, test2, test3 (without entering values)
   - Values: insert v1, v2, v3
 - Press OK button

'''Expected result:'''[[BR]]
 Selection field is added to edit area
{{{
<p>
	<select name=""1"" size=""2""><option value="""">test1</option><option value="""">test2</option><option selected=""selected"" value="""">test3</option><option value=""v1""></option><option value=""v2""></option><option value=""v3""></option></select></p>
}}}
'''Actual result'''
Selection field is added to edit area, but JS error is thrown 
{{{
Line 14
char 1708
error 'parentNode' is null or not an object
}}}

Error was not shown in CKE v3.5, under IE[[BR]]
Under Firefox 3.6 and Opera11, no error is thrown with CKE v3.5.1.
"	Bug	closed	Normal	CKEditor 3.5.3	General	3.5.1	fixed	IE Oracle	naresh.sivaraman
