Ticket #7639: 7639.patch
File 7639.patch, 731 bytes (added by , 14 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
1078 1078 1079 1079 iframe.clearCustomData(); 1080 1080 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 1081 1088 /* 1082 1089 * IE BUG: When destroying editor DOM with the selection remains inside 1083 1090 * editing area would break IE7/8's selection system, we have to put the editing