From e6fc1653832a1a82a411d5de5010c80f750c7e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Reinmar=20Koszuli=C5=84ski?= Date: Mon, 19 Aug 2013 16:05:22 +0200 Subject: [PATCH 1/2] Update reference to children array. --- plugins/pastefromword/filter/default.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/pastefromword/filter/default.js b/plugins/pastefromword/filter/default.js index f0279e7df13..02b1d0a892d 100644 --- a/plugins/pastefromword/filter/default.js +++ b/plugins/pastefromword/filter/default.js @@ -371,6 +371,8 @@ element.children = []; for ( var j = 0, num = children.length; j < num; j++ ) element.add( children[ j ] ); + + children = element.children; } } From 779437e57e5dfe9056959434a33e0ade66fc59d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Reinmar=20Koszuli=C5=84ski?= Date: Tue, 27 Aug 2013 13:39:57 +0200 Subject: [PATCH 2/2] Changelog entry. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 3bfdba6c026..31ca36b6b65 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ CKEditor 4 Changelog ## CKEditor 4.2.1 +* [#8103](http://dev.ckeditor.com/ticket/8103): Fixed pasting nested lists from MS Word. * [#10662](http://dev.ckeditor.com/ticket/10662): Fixed styles from Styles drop-down list not registered to the ACF in case when [Shared Spaces plugin](http://ckeditor.com/addon/sharedspace) is used. * [#9654](http://dev.ckeditor.com/ticket/9654): Problems with IE10 Quirks mode. * [#9816](http://dev.ckeditor.com/ticket/9816): Floating toolbar does not reposition vertically in several cases.