Index: /CKEditor/branches/features/contenteditable/_source/core/dom/rangelist.js
===================================================================
--- /CKEditor/branches/features/contenteditable/_source/core/dom/rangelist.js	(revision 5602)
+++ /CKEditor/branches/features/contenteditable/_source/core/dom/rangelist.js	(revision 5603)
@@ -66,6 +66,6 @@
 							{
 								// Make sure bookmark correctness by reverse processing.
-								for ( var i = rangeList.length - 1 ; i > 0 ; i-- )
-									bookmarks.unshift( rangeList[ i ].createBookmark() );
+								for ( var i = rangeList.length - 1; i > 0; i-- )
+									bookmarks.unshift( rangeList[ i ].createBookmark( true ) );
 							}
 							else
