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.
Built from https://develop.svn.wordpress.org/trunk@40644


git-svn-id: http://core.svn.wordpress.org/trunk@40505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2017-05-11 23:04:40 +00:00
parent 274596b8ef
commit da92cce494
4 changed files with 3 additions and 3 deletions

View File

@ -587,9 +587,9 @@
editor.focus(); // Needed for IE
}
editToolbar.tempHide = true;
window.wpLink.open( editor.id, url, text, linkNode );
editToolbar.tempHide = true;
inputInstance.reset();
}
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40643';
$wp_version = '4.8-alpha-40644';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.