Changes between Initial Version and Version 1 of Ticket #27195, comment 9
- Timestamp:
- 10/27/2014 12:57:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27195, comment 9
initial v1 1 1 The bug is in the TinyMCE paste plugin. This can be verified by removing the word 'paste' from the plugins in this jsfiddle: http://jsfiddle.net/fc0rb8kh/5/ 2 3 Deleting the paste plugin folder (effectively turning off the tinymce paste plugin) from wp-includes/js/tinymce/plugins/ fixes this bug. 4 5 It looks like this is either a paste configuration setting issue in wp-includes or an issue with the paste plugin in tinymce.