﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2727	FCKDomTools.GetIndexOf(node) failed for IE	Dongqiang Bai		"== Steps to reproduce ==
1. Load following code into source view:

{{{
<P><SPAN><P>aaa</P></SPAN><P>bbb</P>
}}}

2. Back to WYSIWYG

3. Press enter key

4. Move cursor to the end of ""aaa"", press enter key

== Expected results ==

Step 3 should create a new line at the page top.

Step 4 should create a new line between ""aaa"" and ""bbb"".

== Current behavior ==

Step 3 created a new line between ""aaa"" and ""bbb"".

Step 4 created a new line at the page top.

== Browsers ==
IE6, IE7.

== Known facts ==
For IE6/IE7, the following is surprisingly true for above example:

{{{
node.firstChild ≠ node.childNodes[0]
}}}
Attached ''test.html'' can show above effects."	Bug	closed	Normal		UI : Enter Key	FCKeditor 2.5 Beta	worksforme	HasPatch IE	
