Ticket #3216: 3216_2.patch

File 3216_2.patch, 493 bytes (added by Martin Kou, 15 years ago)
  • _source/plugins/pastetext/plugin.js

     
    2222                                return;
    2323                        }
    2424
     25                        // Check if the selection is inside the editing area for IE. (#3216)
     26                        if ( !editor.getSelection() )
     27                                editor.focus();
    2528                        text = clipboardData.getData( 'Text' );
    26 
    2729                        editor.insertText( text );
    2830                }
    2931        };
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy