Ticket #4397: 4397.patch
File 4397.patch, 673 bytes (added by , 14 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
353 353 body.removeAttribute( 'disabled' ); 354 354 } 355 355 else 356 domDocument.designMode = 'on'; 356 // Avoid opening design mode in a frame window thread, 357 // which will cause host page scrolling.(#4397) 358 setTimeout( function(){ 359 domDocument.$.designMode = 'on'; 360 }, 0 ); 357 361 358 362 // IE, Opera and Safari may not support it and throw 359 363 // errors.