Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 1962)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 1963)
@@ -69,4 +69,7 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2170">#2170</a>] Fixed Ctrl-Insert hotkey
 			for copying.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2125">#2125</a>] Fixed the issue that 
+			FCK.InsertHtml() doesn't insert contents at the caret position when dialogs are opened in IE.
+			</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/_source/internals/fck_ie.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fck_ie.js	(revision 1962)
+++ /FCKeditor/trunk/editor/_source/internals/fck_ie.js	(revision 1963)
@@ -151,4 +151,5 @@
 
 //	FCK.Focus() ;
+	FCKSelection.Restore() ;
 	FCK.EditorWindow.focus() ;
 
