From 8bc84c0441015d02eaa3267b2124feba440b8bb2 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 23 May 2014 20:56:14 +0000 Subject: [PATCH] wpView: fix selecting a view's text string in Safari, props gcorne, fixes #28088 Built from https://develop.svn.wordpress.org/trunk@28565 git-svn-id: http://core.svn.wordpress.org/trunk@28391 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/skins/wordpress/wp-content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/wp-includes/js/tinymce/skins/wordpress/wp-content.css index d252d1e524..8fceb8ef63 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -206,6 +206,10 @@ audio { border: 0; width: 1px; height: 1px; + -moz-user-select: text; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; } /**