IE8 fixes for internal linking. props koopersmith, see #15485, see #11420.

git-svn-id: https://develop.svn.wordpress.org/trunk@16500 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-11-20 02:02:37 +00:00
parent c32cd17908
commit ce4b9ff07a
10 changed files with 21 additions and 12 deletions

View File

@@ -59,6 +59,9 @@
t.onOpen.dispatch(t, f, p);
t.element = t.windows[ f.id ] = element;
// Store selection
t.bookmark = t.editor.selection.getBookmark();
if ( tinyMCEPopup )
tinyMCEPopup.init();