Changes between Initial Version and Version 1 of Ticket #27416
- Timestamp:
- 03/14/2014 04:22:51 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27416 – Description
initial v1 3 3 To reproduce, 4 4 5 1 ,Create and save a post with at least one gallery and a block of text before and after.5 1. Create and save a post with at least one gallery and a block of text before and after. 6 6 2. Cut some of the text and paste it somewhere. 7 7 3. Try to undo twice. … … 13 13 The pasted text is removed, but the cut text is not restored. 14 14 15 This occurs when wp.mce.views.render() is called and updates the DOM. 16 17 See [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js?rev=27408#L143 line 143] in the wpview plugin. 18 19 The first undo correctly removes the pasted text 15 This occurs when wp.mce.views.render() is called and updates the DOM. See [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js?rev=27408#L143 line 143] in the wpview plugin.