git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git]
/
src
/
widgets
/
grid
/
EditorGrid.js
diff --git
a/src/widgets/grid/EditorGrid.js
b/src/widgets/grid/EditorGrid.js
index
f697724
..
f69f1e4
100644
(file)
--- a/
src/widgets/grid/EditorGrid.js
+++ b/
src/widgets/grid/EditorGrid.js
@@
-1,6
+1,6
@@
/*!
/*!
- * Ext JS Library 3.
1.1
- * Copyright(c) 2006-2010 Ext JS,
LLC
+ * Ext JS Library 3.
2.0
+ * Copyright(c) 2006-2010 Ext JS,
Inc.
* licensing@extjs.com
* http://www.extjs.com/license
*/
* licensing@extjs.com
* http://www.extjs.com/license
*/
@@
-203,6
+203,7
@@
grid.on('validateedit', function(e) {
// private
onEditComplete : function(ed, value, startValue){
this.editing = false;
// private
onEditComplete : function(ed, value, startValue){
this.editing = false;
+ this.lastActiveEditor = this.activeEditor;
this.activeEditor = null;
var r = ed.record,
this.activeEditor = null;
var r = ed.record,