Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27416


Ignore:
Timestamp:
03/14/2014 04:22:51 PM (12 years ago)
Author:
gcorne
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27416 – Description

    initial v1  
    33To reproduce,
    44
    5 1, Create and save a post with at least one gallery and a block of text before and after.
     51. Create and save a post with at least one gallery and a block of text before and after.
    662. Cut some of the text and paste it somewhere.
    773. Try to undo twice.
     
    1313The pasted text is removed, but the cut text is not restored.
    1414
    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
     15This 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.