Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6627)
+++ /CKEditor/trunk/CHANGES.html	(revision 6628)
@@ -97,4 +97,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/6658">#6658</a> : [IE] Pasting text from Microsoft Word with one or more tabs between list items was failing.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7433">#7433</a> : [IE9] <code>ENTER_BR</code> at the end of a block breaks due to an IE9 regression.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7435">#7435</a> : [IE9] Set focus on elements path buttons does not work.</li>
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/7124">#7124</a> : Czech;</li>
Index: /CKEditor/trunk/_source/plugins/elementspath/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/elementspath/plugin.js	(revision 6627)
+++ /CKEditor/trunk/_source/plugins/elementspath/plugin.js	(revision 6628)
@@ -15,4 +15,5 @@
 		toolbarFocus :
 		{
+			editorFocus : false,
 			exec : function( editor )
 			{
