details: /erp/devel/pi/rev/919167491837
changeset: 10750:919167491837
user: Iván Perdomo <ivan.perdomo <at> openbravo.com>
date: Thu Feb 17 18:38:23 2011 +0100
summary: Fixes issue when closing the popup using the close [x] button
diffstat:
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
| 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 8828f27125be -r 919167491837
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
---
a/modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
Thu Feb 17 18:18:44 2011 +0100
+++
b/modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
Thu Feb 17 18:38:23 2011 +0100
@@ -193,6 +193,10 @@
}
},
+ closeClick: function() {
+ this.hide(arguments);
+ },
+
hide: function(){
this.Super('hide', arguments);
this.selector.focusInItem();
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits