Index: /CKEditor/trunk/_source/plugins/list/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/list/plugin.js	(revision 7547)
+++ /CKEditor/trunk/_source/plugins/list/plugin.js	(revision 7548)
@@ -1,3 +1,3 @@
-﻿/*
+﻿﻿/*
 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -121,5 +121,4 @@
 			{
 				var item = listArray[ currentIndex ],
-					itemParent = item.parent,
 					itemGrandParent = item.grandparent;
 
@@ -161,5 +160,9 @@
 				{
 					if ( listNodeNames[ itemGrandParent.getName() ] )
+					{
 						currentListItem = item.element.clone( false, true );
+						if ( orgDir != itemGrandParent.getDirection( 1 ) )
+							currentListItem.setAttribute( 'dir', orgDir );
+					}
 					else
 						currentListItem = new CKEDITOR.dom.documentFragment( doc );
