Ticket #4724: 4724.patch
File 4724.patch, 954 bytes (added by , 13 years ago) |
---|
-
_source/plugins/link/dialogs/link.js
481 481 }, 482 482 commit : function( data ) 483 483 { 484 // IE will not trigger the onChange event if the mouse has been used 485 // to carry all the operations #4724 486 this.onChange(); 487 484 488 if ( !data.url ) 485 489 data.url = {}; 486 490 -
CHANGES.html
44 44 <p> 45 45 Fixed issues:</p> 46 46 <ul> 47 <li>< /li>47 <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> 48 48 </ul> 49 49 <h3> 50 50 CKEditor 3.1</h3>