Notes |
|
(0044905)
|
hgbot
|
2012-02-07 12:59
|
|
Repository: erp/devel/pi
Changeset: ec446df8cfe5eb1cdae0139e438f93b10ea8002b
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Feb 07 12:57:37 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ec446df8cfe5eb1cdae0139e438f93b10ea8002b [^]
Fixes issue 19659: Application doesn't work with FF
Replace document.write with creating a dom element, move autodraw and screenreader to first lines of generated js
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/StaticResourceComponent.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/templates/application-js.ftl
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
M src/index.jsp
---
|
|
|
|
|
|
|
Tested using Firefox 10, on pi @ rev ec446df8cfe5 |
|
|
(0044928)
|
hgbot
|
2012-02-08 13:31
|
|
Repository: erp/devel/pi
Changeset: 8e83aab6d0d52940d04ea43d2e4e1a2e9ff048ea
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Wed Feb 08 13:30:00 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8e83aab6d0d52940d04ea43d2e4e1a2e9ff048ea [^]
Fixes issue 19659: Confirm that the isc object exists before using it
- The previous code was using the isc object directly without verifying that exists
- Updated the copyright year
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/StaticResourceComponent.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/templates/application-js.ftl
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
M src/index.jsp
---
|
|
|
(0044937)
|
hgbot
|
2012-02-08 17:30
|
|
Repository: erp/devel/pi
Changeset: f191318572b31337084439b1dd816d597b3ce705
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Wed Feb 08 17:26:36 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f191318572b31337084439b1dd816d597b3ce705 [^]
Fixes issue 19659: Use isc as member of the window object
if(window.isc) is not the same of if(isc) if isc is not defined
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/templates/application-js.ftl
---
|
|
|
(0044980)
|
hgbot
|
2012-02-09 18:46
|
|
Repository: erp/devel/pi
Changeset: 449b6b3525406778a1f62138cd3c8611dbd49b4f
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Thu Feb 09 18:46:03 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/449b6b3525406778a1f62138cd3c8611dbd49b4f [^]
Fixes issue 19659: Changed the script tag function to anonymous function
- The OBScriptTag was only available in the main context (index.jsp) leading to JS errors in manual code using new-selectors
- Changed to inline anonymous 'self-executing' function
- Append script to the body tag in the main page, but head in classic mode
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/StaticResourceComponent.java
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
M src/index.jsp
---
|
|
|
|
Now the Pop Ups shown after clicking on Add Details in Payment In and Payment Out windows work properly on Chrome. |
|
|
(0045049)
|
mtaal
|
2012-02-12 20:30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|