Ticket #3929: 3929.patch

File 3929.patch, 1.2 KB (added by Artur Formella, 15 years ago)
  • _source/plugins/clipboard/dialogs/paste.js

     
    106106                                editor = this.getParentEditor(),
    107107                                html = iframe.$.contentWindow.document.body.innerHTML;
    108108
    109                         editor.insertHtml( html );
     109                        // Insertion should happen after main document design mode turned on.
     110                        setTimeout( function(){
     111                                editor.insertHtml( html );
     112                        }, 0 );
    110113
    111114                },
    112115
  • CHANGES.html

     
    4444        <p>
    4545                Fixed issues:</p>
    4646        <ul>
     47                <li><a href="http://dev.fckeditor.net/ticket/3929">#3929</a> : Using Paste dialog,
     48                        the text is pasted into current selection</li>
    4749                <li><a href="http://dev.fckeditor.net/ticket/3882">#3882</a> : Fixed an issue
    4850                        with PasteFromWord dialog in which default values was ignored</li>
    4951                <li><a href="http://dev.fckeditor.net/ticket/3859">#3859</a> : Fixed Flash dialog layout in Webkit</li>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy