Skip to content

Commit

Permalink
Fis Edit+CellWidget flash issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxw committed Jan 28, 2013
1 parent 8f1324a commit 831e93a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/Edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,12 @@ define([
}
});
});
t._initFocus();
},

load: function(){
//Must init focus after cellwidget, to ensure "edit" area is stacked on top of "cellwidget" area.
this._initFocus();
this.loaded.callback();
},

cellMixin: {
Expand Down

0 comments on commit 831e93a

Please sign in to comment.