Ticket #9084: 9084.patch
File 9084.patch, 745 bytes (added by , 9 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
948 948 editor.fire( 'dataReady' ); 949 949 }, 0 ); 950 950 951 // Enable dragging of position:absolute elements in IE. 952 try { editor.document.$.execCommand ( '2D-position', false, true); } catch(e) {} 953 951 954 // IE, Opera and Safari may not support it and throw errors. 952 955 try { editor.document.$.execCommand( 'enableInlineTableEditing', false, !editor.config.disableNativeTableHandles ); } catch(e) {} 953 956 if ( editor.config.disableObjectResizing )