[wp-trac] [WordPress Trac] #28088: wpviews: Safari: unable to copy/paste
WordPress Trac
noreply at wordpress.org
Fri May 23 14:55:42 UTC 2014
#28088: wpviews: Safari: unable to copy/paste
--------------------------+------------------------------
Reporter: avryl | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version: 3.9
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by gcorne):
This is caused by:
{{{
.wpview-wrap,
.wpview-wrap * {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
}}}
[attachment:28088-01.patch 28088-01.patch] fixes the issue.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28088#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list