details: /erp/devel/pi/rev/215be63868e7
changeset: 8213:215be63868e7
user: David Baz Fayos <david.baz <at> openbravo.com>
date: Tue Aug 24 17:07:32 2010 +0200
summary: Fixed issue 14250: Now save buttons are enabled in Chrome when
backspace or supr keys are pressed
diffstat:
src/org/openbravo/erpCommon/security/Login_F1.html | 2 +-
web/js/utils.js | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r fe89aad08526 -r 215be63868e7
src/org/openbravo/erpCommon/security/Login_F1.html
--- a/src/org/openbravo/erpCommon/security/Login_F1.html Tue Aug 24
16:53:08 2010 +0200
+++ b/src/org/openbravo/erpCommon/security/Login_F1.html Tue Aug 24
17:07:32 2010 +0200
@@ -111,7 +111,7 @@
clearForm();
} catch (e) {}
setWindowElementFocus('firstElement');
- if ((!revisionControl('8202')) || (isOpsInstance() !=
isOpsInstanceCached())) {
+ if ((!revisionControl('8213')) || (isOpsInstance() !=
isOpsInstanceCached())) {
alert(cacheMsg);
}
diff -r fe89aad08526 -r 215be63868e7 web/js/utils.js
--- a/web/js/utils.js Tue Aug 24 16:53:08 2010 +0200
+++ b/web/js/utils.js Tue Aug 24 17:07:32 2010 +0200
@@ -89,7 +89,7 @@
* Return a number that would be checked at the Login screen to know if the
file is cached with the correct version
*/
function getCurrentRevision() {
- var number = '8202';
+ var number = '8213';
return number;
}
@@ -3794,7 +3794,7 @@
}
function checkIE7DelSuprKeys() {
- if (focusedWindowElement.tagName.toUpperCase().indexOf("SELECT") == -1 &&
navigator.userAgent.toUpperCase().indexOf("MSIE") != -1) {
+ if (focusedWindowElement.tagName.toUpperCase().indexOf("SELECT") == -1 &&
getBrowserInfo('name').indexOf("Firefox") == -1) {
if (pressedKeyCode=='46' || pressedKeyCode=='8') {
setWindowEditing(true);
}
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits