Ticket #7639: 7639.patch

File 7639.patch, 731 bytes (added by Sa'ar Zac Elias, 14 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    10781078
    10791079                                                                iframe.clearCustomData();
    10801080
     1081                                                                // IE9 might cease to work if there's an object selection inside the iframe (#7639).
     1082                                                                if ( CKEDITOR.env.ie9Compat )
     1083                                                                {
     1084                                                                        var sel = editor.getSelection();
     1085                                                                        sel && sel.getNative().clear();
     1086                                                                }
     1087
    10811088                                                                /*
    10821089                                                                * IE BUG: When destroying editor DOM with the selection remains inside
    10831090                                                                * editing area would break IE7/8's selection system, we have to put the editing
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy