--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- ./dojo-release-1.6.1-src/dojox/grid/enhanced/_FocusManager.js.orig 2011-09-14 14:21:57.000000000 +0200 +++ ./dojo-release-1.6.1-src/dojox/grid/enhanced/_FocusManager.js 2011-09-14 14:23:33.000000000 +0200 @@ -472,7 +472,7 @@ var didFocus = false; this.inherited(arguments); if(this._colHeadNode && dojo.style(this._colHeadNode, 'display') != "none"){ - dijit.focus(this._colHeadNode); + //dijit.focus(this._colHeadNode); this._stopEvent(evt); didFocus = true; } @@ -521,7 +521,7 @@ // Overwritten this.inherited(arguments); //EDG now will decorate event on header key events, if no focus, the cell will be wrong - dijit.focus(this._colHeadNode); + //dijit.focus(this._colHeadNode); }, //---------------Content Area------------------------------------------ findAndFocusGridCell: function(){