Jforrester has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/346826 )
Change subject: Follow-up 16231a81: Drop IE9 support from
ve.createDocumentFromHtmlUsingIframe
......................................................................
Follow-up 16231a81: Drop IE9 support from ve.createDocumentFromHtmlUsingIframe
Change-Id: Ib7c78f2491a1677485f7ee555954abf0499b4485
---
M src/ve.utils.js
1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor
refs/changes/26/346826/1
diff --git a/src/ve.utils.js b/src/ve.utils.js
index 2a9071e..029ba1a 100644
--- a/src/ve.utils.js
+++ b/src/ve.utils.js
@@ -839,7 +839,6 @@
// value is not actually a Document, but something which behaves just
like an empty regular
// object...), so we're detecting that and using the innerHTML hack
described above.
- // Support: IE9
// Support: Firefox 20
// Support: Opera 12
@@ -857,10 +856,6 @@
newDocument.close();
// Detach the iframe
iframe.parentNode.removeChild( iframe );
- // Support: IE9
- // Prevent garbage collection of iframe as long as newDocument exists,
as destroying
- // the original iframe makes access to the document impossible in IE9
- newDocument.originalIframe = iframe;
if ( !newDocument.documentElement ||
newDocument.documentElement.cloneNode( false ) === undefined ) {
// Surprise! The document is not a document! Only happens on
Opera.
--
To view, visit https://gerrit.wikimedia.org/r/346826
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7c78f2491a1677485f7ee555954abf0499b4485
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits