Skip to content

Commit acaffaa

Browse files
committed
Merge branch 't/8103'
2 parents d065eac + 779437e commit acaffaa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ CKEditor 4 Changelog
33

44
## CKEditor 4.2.1
55

6+
* [#8103](http://dev.ckeditor.com/ticket/8103): Fixed pasting nested lists from MS Word.
67
* [#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.
78
* [#9654](http://dev.ckeditor.com/ticket/9654): Problems with IE10 Quirks mode.
89
* [#9816](http://dev.ckeditor.com/ticket/9816): Floating toolbar does not reposition vertically in several cases.

plugins/pastefromword/filter/default.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@
371371
element.children = [];
372372
for ( var j = 0, num = children.length; j < num; j++ )
373373
element.add( children[ j ] );
374+
375+
children = element.children;
374376
}
375377
}
376378

0 commit comments

Comments
 (0)