View | Details | Raw Unified | Return to bug 23195
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line     Link Here 
0
-- ./dojo-release-1.6.1-src/dojox/grid/enhanced/_FocusManager.js.orig  2011-09-14 14:21:57.000000000 +0200
0
++ ./dojo-release-1.6.1-src/dojox/grid/enhanced/_FocusManager.js       2011-09-14 14:23:33.000000000 +0200
 Lines 472-478    Link Here 
472
               var didFocus = false;
472
               var didFocus = false;
473
               this.inherited(arguments);
473
               this.inherited(arguments);
474
               if(this._colHeadNode && dojo.style(this._colHeadNode, 'display') != "none"){
474
               if(this._colHeadNode && dojo.style(this._colHeadNode, 'display') != "none"){
475
                       dijit.focus(this._colHeadNode);
475
                       //dijit.focus(this._colHeadNode);
476
                       this._stopEvent(evt);
476
                       this._stopEvent(evt);
477
                       didFocus = true;
477
                       didFocus = true;
478
               }
478
               }
 Lines 521-527    Link Here 
521
               //              Overwritten
521
               //              Overwritten
522
               this.inherited(arguments);
522
               this.inherited(arguments);
523
               //EDG now will decorate event on header key events, if no focus, the cell will be wrong
523
               //EDG now will decorate event on header key events, if no focus, the cell will be wrong
524
               dijit.focus(this._colHeadNode);
524
               //dijit.focus(this._colHeadNode);
525
       },
525
       },
526
       //---------------Content Area------------------------------------------
526
       //---------------Content Area------------------------------------------
527
       findAndFocusGridCell: function(){
527
       findAndFocusGridCell: function(){

Return to bug 23195