Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 7041)
+++ /CKEditor/trunk/CHANGES.html	(revision 7042)
@@ -82,5 +82,4 @@
 		<li><a href="http://dev.ckeditor.com/ticket/7801">#7801</a> : [Opera] Pasted paragraphs now split partially selected blocks.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6663">#6663</a> : Table caption that contains rich text is corrupted after an edit done with the Table Properties dialog window.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/7192">#7192</a> : [IE] Selecting Paragraph Format in an empty editor without focus does not bring focus into the editor body.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7893">#7893</a> : [WebKit, Opera, IE&lt;8] It is impossible to link to anchors in the document.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7637">#7637</a> : Cursor position might in some cases cause problems after inserting a page break.</li>
Index: /CKEditor/trunk/_source/plugins/format/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/format/plugin.js	(revision 7041)
+++ /CKEditor/trunk/_source/plugins/format/plugin.js	(revision 7042)
@@ -64,6 +64,4 @@
 					{
 						editor.fire( 'saveSnapshot' );
-						// At this point, focus might be lost (#7192).
-						CKEDITOR.env.ie && editor.focus();
 					}, 0 );
 				},
