Ticket #3216: 3216.patch

File 3216.patch, 485 bytes (added by Martin Kou, 16 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                                return;
    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