Skip to content

Commit

Permalink
Fix DFW autoresizing in WebKit when zoom != 100%, fixes #17927
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@18379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
azaozz committed Jun 30, 2011
1 parent d28ae2c commit 16f9195
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Expand Up @@ -120,8 +120,6 @@
// Get height differently depending on the browser used
if ( tinymce.isIE )
myHeight = d.body.scrollHeight;
else if ( tinymce.isWebKit )
myHeight = d.height;
else
myHeight = d.documentElement.offsetHeight;

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified wp-includes/js/tinymce/wp-tinymce.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion wp-includes/version.php
Expand Up @@ -18,7 +18,7 @@
*
* @global string $tinymce_version
*/
$tinymce_version = '342-20110610';
$tinymce_version = '342-20110630';

/**
* Holds the cache manifest version
Expand Down

0 comments on commit 16f9195

Please sign in to comment.