X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fdom%2Ftext.js;h=e77a3d95846aba99530ce4e1ff899a1120a42d74;hp=ce20ffe1c707e84145b43aa716beaa992e8fddbd;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 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();