Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0005720 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] B. User interface | minor | have not tried | 2008-10-28 22:49 | 2024-10-22 03:58 | |||
Reporter | elopio | View Status | public | |||||
Assigned To | shuehner | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | pi | |||
Status | closed | Fix in branch | Fixed in SCM revision | 844b939bae3a | ||||
Projection | none | ETA | none | Target Version | 2.50 | |||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_07 | |||
OS Version | 8.04.1 | Database version | 8.3 | Ant version | 1.7.0 | |||
Product Version | pi | SCM revision | 9352 | |||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0005720: Error received in IO response, when switching the tab after it's completely loaded | |||||||
Description | If you click a tab, and then click another before the first has completely loaded, a error message is shown for some seconds. It says: Error received in IO response: Unable to load ../utility/DataGrid.html?... (see attached file) | |||||||
Steps To Reproduce | Go to General Setup || Security || Role || Role Click User Assignment tab. When the grid starts loading, click Window Access | |||||||
Proposed Solution | You might want to catch the exception. | |||||||
Tags | 250MP1, Modularity, platform1_sprint1 | |||||||
Attached Files | switchtabs.png [^] (172,082 bytes) 2008-10-28 22:49
| |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||
|
Notes | |
(0016428) hgbot (developer) 2009-05-18 15:43 |
Repository: erp/devel/pi Changeset: 18d5d5bf9dde07686117fd739fece8f22e0b8631 Author: Stefan Hühner <stefan.huehner <at> openbravo.com> Date: Mon May 18 15:43:42 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/18d5d5bf9dde07686117fd739fece8f22e0b8631 [^] Fixed 5720: Hide Error received in IO response, when request is cancelled When a user switched tabs before the datagrid in the old tab is completely loaded, then the browser does cancel the old request. When reading the IO response the xhr object does signal this via http.status code 0 (which does not exist on the wire normally). This change does ignore this special http.status=0 and does not display an error in this case as the request was cancelled and the response not needed anymore. --- M web/js/openbravo/widget/DataGrid.js --- |
(0016975) sureshbabu (reporter) 2009-06-05 07:39 |
Tested, now Io response error not received while switching the tabs. |
(0018634) shuehner (administrator) 2009-07-27 19:13 |
After changing DataGrid.js in 2.50 a rebuild of dojo is required, otherwise the changes will not be used at all. This rebuild was never done for this issue, so for user behavior it was not fixed. |
(0018636) hgbot (developer) 2009-07-27 19:50 |
Repository: erp/devel/pi Changeset: 844b939bae3afba0b2cbdad357c454b555927d90 Author: Stefan Hühner <stefan.huehner <at> openbravo.com> Date: Mon Jul 27 19:49:53 2009 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/844b939bae3afba0b2cbdad357c454b555927d90 [^] Fixed 5720: rebuild dojo files to include changes done to DataGrid.js as the runtime uses the builtin copy (inside dojo.js) of the DataGrid.js code --- M web/js/dojotoolkit/dojo/dojo.js M web/js/dojotoolkit/dojo/dojo.js.uncompressed.js --- |
(0018894) sureshbabu (reporter) 2009-08-10 12:59 |
Tested working fine. |
Issue History | |||
Date Modified | Username | Field | Change |
2008-10-28 22:49 | elopio | New Issue | |
2008-10-28 22:49 | elopio | Assigned To | => cromero |
2008-10-28 22:49 | elopio | sf_bug_id | 0 => 2205531 |
2008-10-28 22:49 | elopio | File Added: switchtabs.png | |
2008-10-28 22:49 | elopio | Regression testing | => No |
2008-10-28 22:50 | elopio | Tag Attached: Modularity | |
2008-11-03 11:03 | rafaroda | Assigned To | cromero => dbaz |
2008-11-03 11:03 | rafaroda | Severity | major => minor |
2008-11-03 11:03 | rafaroda | Status | new => scheduled |
2008-11-03 11:03 | rafaroda | Target Version | => 2.50 |
2008-12-03 00:28 | dbaz | Assigned To | dbaz => gorka_gil |
2008-12-15 10:59 | gorka_gil | Tag Attached: platform1_sprint1 | |
2009-01-09 14:56 | rafaroda | Relationship added | related to 0006030 |
2009-01-11 22:28 | plujan | Relationship replaced | has duplicate 0006030 |
2009-01-19 13:27 | rafaroda | version | => trunk |
2009-01-19 13:28 | rafaroda | Relationship added | has duplicate 0006938 |
2009-02-10 16:56 | gorka_gil | Assigned To | gorka_gil => shuehner |
2009-02-27 14:54 | plujan | Relationship added | has duplicate 0007619 |
2009-04-22 11:07 | psarobe | Priority | normal => urgent |
2009-04-23 16:05 | psarobe | Tag Attached: 250MP1 | |
2009-05-18 15:43 | hgbot | Checkin | |
2009-05-18 15:43 | hgbot | Note Added: 0016428 | |
2009-05-18 15:43 | hgbot | Status | scheduled => resolved |
2009-05-18 15:43 | hgbot | Resolution | open => fixed |
2009-05-18 15:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/18d5d5bf9dde07686117fd739fece8f22e0b8631 [^] |
2009-06-05 07:39 | sureshbabu | Status | resolved => closed |
2009-06-05 07:39 | sureshbabu | Note Added: 0016975 | |
2009-06-05 07:39 | sureshbabu | Fixed in Version | => pi |
2009-07-27 19:13 | shuehner | Status | closed => new |
2009-07-27 19:13 | shuehner | Resolution | fixed => open |
2009-07-27 19:13 | shuehner | Note Added: 0018634 | |
2009-07-27 19:13 | shuehner | Fixed in Version | pi => |
2009-07-27 19:50 | hgbot | Checkin | |
2009-07-27 19:50 | hgbot | Note Added: 0018636 | |
2009-07-27 19:50 | hgbot | Status | new => resolved |
2009-07-27 19:50 | hgbot | Resolution | open => fixed |
2009-07-27 19:50 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/18d5d5bf9dde07686117fd739fece8f22e0b8631 [^] => http://code.openbravo.com/erp/devel/pi/rev/844b939bae3afba0b2cbdad357c454b555927d90 [^] |
2009-08-10 12:59 | sureshbabu | Status | resolved => closed |
2009-08-10 12:59 | sureshbabu | Note Added: 0018894 | |
2009-08-10 12:59 | sureshbabu | Fixed in Version | => pi |
2024-10-22 03:58 | ClevelandOGibbs | Note Added: 0170730 | |
2024-10-30 11:13 | shuehner | Note Deleted: 0170730 |
Copyright © 2000 - 2009 MantisBT Group |