Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6650)
+++ /CKEditor/trunk/CHANGES.html	(revision 6651)
@@ -60,5 +60,4 @@
 		<li><a href="http://dev.ckeditor.com/ticket/7092">#7092</a> : Corrupted toolbar button state for inline style after switching to Source.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6921">#6921</a> : Pasted text marked by SCAYT in one language is not re-checked if another spellchecking language is selected in the editor.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6671">#6671</a> : Selection of an item from the Styles drop-down list not refreshed.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6614">#6614</a> : Enhancement of the resize handle in RTL.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/5924">#5924</a> : Flash plugin now recognizes Flash content without an <code>embed</code> tag.</li>
Index: /CKEditor/trunk/_source/plugins/listblock/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/listblock/plugin.js	(revision 6650)
+++ /CKEditor/trunk/_source/plugins/listblock/plugin.js	(revision 6651)
@@ -251,10 +251,4 @@
 								0 );
 						}
-						// Blur any previously focused list item. (#6671)
-						else
-						{
-							var self = this;
-							setTimeout( function() { self.element.focus(); }, 0 );
-						}
 					}
 				}
