From f3b2eacf3309efb092f487167786801a59cf5acf Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 24 Feb 2016 19:26:26 +0000 Subject: [PATCH] TinyMCE: remove the iframe expansion CSS fix for iOS Safari. Not needed in iOS 9.x. Fixes visual glitches with the caret. Fixes #35939. Built from https://develop.svn.wordpress.org/trunk@36692 git-svn-id: http://core.svn.wordpress.org/trunk@36659 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/skins/wordpress/wp-content.css | 9 --------- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/wp-includes/js/tinymce/skins/wordpress/wp-content.css index b0df86cef6..f4a1782a8a 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -4,15 +4,6 @@ html { cursor: text; } -html.ios { - height: 100%; -} - -.ios body#tinymce { - height: 200%; - max-width: none; -} - body { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; font-size: 16px; diff --git a/wp-includes/version.php b/wp-includes/version.php index db8ac45340..82af96e37b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36691'; +$wp_version = '4.5-alpha-36692'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.