Make WordPress Core

Changeset 40644


Ignore:
Timestamp:
05/11/2017 11:03:17 PM (7 years ago)
Author:
azaozz
Message:

TinyMCE: prevent removing of the temp link element when opening the advanced link dialog to insert new link.

Part props figureone for finding the cause.
Fixes #40558.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/plugins/wplink/plugin.js

    r40587 r40644  
    588588                    }
    589589
     590                    editToolbar.tempHide = true;
    590591                    window.wpLink.open( editor.id, url, text, linkNode );
    591592
    592                     editToolbar.tempHide = true;
    593593                    inputInstance.reset();
    594594                }
Note: See TracChangeset for help on using the changeset viewer.