|
From: <cod...@go...> - 2009-06-08 14:53:02
|
Author: ke...@se...
Date: Mon Jun 8 07:51:59 2009
New Revision: 1372
Modified:
trunk/andro/clib/x6.js
Log:
Always go to first control when user clicks [NEW]
Fixes issue 28
Status: Verified
Modified: trunk/andro/clib/x6.js
==============================================================================
--- trunk/andro/clib/x6.js (original)
+++ trunk/andro/clib/x6.js Mon Jun 8 07:51:59 2009
@@ -4975,6 +4975,9 @@
x6events.fireEvent('buttonsNew_'+this.zTable,true);
x6events.fireEvent('buttonsEdit_'+this.zTable,true);
+ // KFD 6/8/09 Google #28, since this is a new row, turn off the
+ // memory of prior focused input
+ x6bb.fwSet('lastFocus_'+this.id,'');
x6events.fireEvent('objectFocus',this.id);
x6.console.groupEnd();
|