details: /erp/devel/pi/rev/cc231e88eb21
changeset: 8218:cc231e88eb21
user: David Baz Fayos <david.baz <at> openbravo.com>
date: Tue Aug 24 21:02:46 2010 +0200
summary: Fixed issue 14250: Now save buttons are enabled in Chrome when
backspace or supr keys are pressed - part2
diffstat:
web/js/utils.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1ce17e4c7088 -r cc231e88eb21 web/js/utils.js
--- a/web/js/utils.js Tue Aug 24 20:50:18 2010 +0200
+++ b/web/js/utils.js Tue Aug 24 21:02:46 2010 +0200
@@ -3794,7 +3794,7 @@
}
function checkIE7DelSuprKeys() {
- if (focusedWindowElement.tagName.toUpperCase().indexOf("SELECT") == -1 &&
getBrowserInfo('name').indexOf("Firefox") == -1) {
+ if (focusedWindowElement.tagName.toUpperCase().indexOf("SELECT") == -1 &&
getBrowserInfo('name').indexOf("Firefox") == -1 &&
getBrowserInfo('name').indexOf("IceWeasel") == -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