Index: _source/plugins/link/dialogs/link.js
===================================================================
--- _source/plugins/link/dialogs/link.js	(revision 4888)
+++ _source/plugins/link/dialogs/link.js	(working copy)
@@ -481,6 +481,10 @@
 										},
 										commit : function( data )
 										{
+											// IE will not trigger the onChange event if the mouse has been used
+											// to carry all the operations #4724
+											this.onChange();
+
 											if ( !data.url )
 												data.url = {};
 
Index: CHANGES.html
===================================================================
--- CHANGES.html	(revision 4888)
+++ CHANGES.html	(working copy)
@@ -44,7 +44,7 @@
 	<p>
 		Fixed issues:</p>
 	<ul>
-		<li></li>
+		<li><a href="http://dev.fckeditor.net/ticket/4724">#4724</a> : Using the mouse to insert a link in IE might create incorrect results.</li>
 	</ul>
 	<h3>
 		CKEditor 3.1</h3>

