mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Fix DFW autoresizing in WebKit when zoom != 100%, fixes #17927
git-svn-id: https://develop.svn.wordpress.org/trunk@18379 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user