Skip to content

Commit

Permalink
Merge branch 't/8103'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Aug 27, 2013
2 parents d065eac + 779437e commit acaffaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions plugins/pastefromword/filter/default.js
Expand Up @@ -371,6 +371,8 @@
element.children = [];
for ( var j = 0, num = children.length; j < num; j++ )
element.add( children[ j ] );

children = element.children;
}
}

Expand Down

0 comments on commit acaffaa

Please sign in to comment.