Ticket #20684: 20684.patch
File 20684.patch, 613 bytes (added by , 13 years ago) |
---|
-
wp-includes/js/tinymce/plugins/wpfullscreen/editor_plugin_src.js
121 121 if ( tinymce.isIE || tinymce.isWebKit ) 122 122 myHeight = d.body.scrollHeight; 123 123 else 124 myHeight = d. body.offsetHeight;124 myHeight = d.documentElement.offsetHeight; 125 125 126 126 // Don't make it smaller than 300px 127 127 resizeHeight = (myHeight > 300) ? myHeight : 300;