Ticket #4724: 4724.patch

File 4724.patch, 954 bytes (added by alfonsoml, 2 years ago)

Proposed patch

  • _source/plugins/link/dialogs/link.js

     
    481481                                                                                }, 
    482482                                                                                commit : function( data ) 
    483483                                                                                { 
     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 
    484488                                                                                        if ( !data.url ) 
    485489                                                                                                data.url = {}; 
    486490 
  • CHANGES.html

     
    4444        <p> 
    4545                Fixed issues:</p> 
    4646        <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> 
    4848        </ul> 
    4949        <h3> 
    5050                CKEditor 3.1</h3> 
© 2003 – 2011 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy