From 5b4943bc6a23160232ade0547a2f6e164bd87760 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 16 Jun 2014 00:12:15 +0000 Subject: [PATCH] TinyMCE wpView: fix selecting all of view's "text" in Safari, props avryl, fixes #28088 Built from https://develop.svn.wordpress.org/trunk@28755 git-svn-id: http://core.svn.wordpress.org/trunk@28569 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/skins/wordpress/wp-content.css | 4 ++++ wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 947e3fda2b..e55bdabe09 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -216,6 +216,10 @@ audio { border: 0; width: 1px; height: 1px; +} + +.wpview-wrap .wpview-clipboard, +.wpview-wrap .wpview-clipboard * { -moz-user-select: text; -webkit-user-select: text; -ms-user-select: text; diff --git a/wp-includes/version.php b/wp-includes/version.php index 13d43849ec..55815b31be 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0-alpha-20140615'; +$wp_version = '4.0-alpha-20140616'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.