Skip to content

Commit

Permalink
Manual test - ignore on loaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Oct 23, 2017
1 parent b9b878a commit 31f7874
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/plugins/pastefromwordimage/manual/pastewordwithimage.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<textarea id="editor" cols="30" rows="10"></textarea>
<script>
if ( CKEDITOR.env.ie || CKEDITOR.env.iOS ) {
bender.ignore();
}
CKEDITOR.replace( 'editor' );
var editor = CKEDITOR.replace( 'editor' );
editor.on( 'loaded', function() {
if ( !CKEDITOR.plugins.clipboard.isCustomDataTypesSupported || CKEDITOR.env.iOS ) {
bender.ignore();
}
} );
</script>

0 comments on commit 31f7874

Please sign in to comment.