Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019091 | Openbravo ERP | B. User interface | public | 2011-11-16 20:45 | 2011-11-24 13:41 |
|
Reporter | dbaz | |
Assigned To | dbaz | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP6 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | Internet Explorer |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0019091: "Scan for updates" in "Module Management" window doesn't work in IE |
Description | "Scan for updates" button in "Module Management" window doesn't work in IE |
Steps To Reproduce | As "System Administrator" go to "Module Management" window in IE
Click "Scan for updates" button
Notice that the yellow label is not refreshed |
Proposed Solution | The problem seems to be related to the "getElementsByClassName" function used in the ajax callback. This function is not supported in IE |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-11-16 20:45 | dbaz | New Issue | |
2011-11-16 20:45 | dbaz | Assigned To | => dbaz |
2011-11-16 20:45 | dbaz | Web browser | => Internet Explorer |
2011-11-16 20:45 | dbaz | Modules | => Core |
2011-11-16 20:45 | dbaz | OBNetwork customer | => No |
2011-11-16 22:05 | hgbot | Checkin | |
2011-11-16 22:05 | hgbot | Note Added: 0042902 | |
2011-11-16 22:05 | hgbot | Status | new => resolved |
2011-11-16 22:05 | hgbot | Resolution | open => fixed |
2011-11-16 22:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1f040a883f1c008ad4cec9227ee651fea9ab2ccb [^] |
2011-11-16 22:05 | dbaz | Note Added: 0042903 | |
2011-11-22 03:50 | hudsonbot | Checkin | |
2011-11-22 03:50 | hudsonbot | Note Added: 0043040 | |
2011-11-24 13:41 | AugustoMauch | Note Added: 0043160 | |
2011-11-24 13:41 | AugustoMauch | Status | resolved => closed |
2011-11-24 13:41 | AugustoMauch | Fixed in Version | => 3.0MP6 |
Notes |
|
(0042902)
|
hgbot
|
2011-11-16 22:05
|
|
Repository: erp/devel/pi
Changeset: 1f040a883f1c008ad4cec9227ee651fea9ab2ccb
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Wed Nov 16 22:04:56 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/1f040a883f1c008ad4cec9227ee651fea9ab2ccb [^]
Fixed issue 19091: Now 'Scan for updates' works ok in IE
---
M src/org/openbravo/erpCommon/ad_forms/ModuleManagementInstalled.html
M src/org/openbravo/erpCommon/security/Login.html
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/utils.js
---
|
|
|
(0042903)
|
dbaz
|
2011-11-16 22:05
|
|
The test-case is the same as "Steps To Reproduce" |
|
|
|
|
|
|
Steps to reproduce:
- Open openbravo using Internet Explorer Browser
- As "System Administrator" go to "Module Management" window in IE
- Click "Scan for updates" button
- The yellow label is now succesfully refreshed |
|