From 1794320dcfdfcd19572fb1676294f9853a6bbc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 18:55:29 +0100 Subject: Update to 4.7.3 --- sources/core/dom/text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/core/dom/text.js') diff --git a/sources/core/dom/text.js b/sources/core/dom/text.js index ce20ffe..e77a3d9 100644 --- a/sources/core/dom/text.js +++ b/sources/core/dom/text.js @@ -106,7 +106,7 @@ CKEDITOR.tools.extend( CKEDITOR.dom.text.prototype, { retval.insertAfter( this ); } else { // IE BUG: IE8+ does not update the childNodes array in DOM after splitText(), - // we need to make some DOM changes to make it update. (#3436) + // we need to make some DOM changes to make it update. (http://dev.ckeditor.com/ticket/3436) var workaround = doc.createText( '' ); workaround.insertAfter( retval ); workaround.remove(); -- cgit v1.2.3