Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005720Openbravo ERPB. User interfacepublic2008-10-28 22:492009-08-10 12:59
elopio 
shuehner 
urgentminorhave not tried
closedfixed 
208.04.1
pi 
2.50pi 
Core
No
0005720: Error received in IO response, when switching the tab after it's completely loaded
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)
Go to General Setup || Security || Role || Role
Click User Assignment tab.
When the grid starts loading, click Window Access
You might want to catch the exception.
250MP1, Modularity, platform1_sprint1
has duplicate defect 0006030 closed gorka_gil Openbravo ERP [QA-alpha-r1] An error is displayed if I click New before grid ends loading 
has duplicate defect 0006938 closed rafaroda Openbravo ERP Error when dragging columns 
has duplicate defect 0007619 closed elopio QA While creating new record in any tab shows "Error Received in IO Response" 
png switchtabs.png (172,082) 2008-10-28 22:49
https://issues.openbravo.com/file_download.php?file_id=364&type=bug
png
Issue History
2008-10-28 22:49elopioNew Issue
2008-10-28 22:49elopioAssigned To => cromero
2008-10-28 22:49elopiosf_bug_id0 => 2205531
2008-10-28 22:49elopioFile Added: switchtabs.png
2008-10-28 22:49elopioRegression testing => No
2008-10-28 22:50elopioTag Attached: Modularity
2008-11-03 11:03rafarodaAssigned Tocromero => dbaz
2008-11-03 11:03rafarodaSeveritymajor => minor
2008-11-03 11:03rafarodaStatusnew => scheduled
2008-11-03 11:03rafarodaTarget Version => 2.50
2008-12-03 00:28dbazAssigned Todbaz => gorka_gil
2008-12-15 10:59gorka_gilTag Attached: platform1_sprint1
2009-01-09 14:56rafarodaRelationship addedrelated to 0006030
2009-01-11 22:28plujanRelationship replacedhas duplicate 0006030
2009-01-19 13:27rafarodaversion => trunk
2009-01-19 13:28rafarodaRelationship addedhas duplicate 0006938
2009-02-10 16:56gorka_gilAssigned Togorka_gil => shuehner
2009-02-27 14:54plujanRelationship addedhas duplicate 0007619
2009-04-22 11:07psarobePrioritynormal => urgent
2009-04-23 16:05psarobeTag Attached: 250MP1
2009-05-18 15:43hgbotCheckin
2009-05-18 15:43hgbotNote Added: 0016428
2009-05-18 15:43hgbotStatusscheduled => resolved
2009-05-18 15:43hgbotResolutionopen => fixed
2009-05-18 15:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/18d5d5bf9dde07686117fd739fece8f22e0b8631 [^]
2009-06-05 07:39sureshbabuStatusresolved => closed
2009-06-05 07:39sureshbabuNote Added: 0016975
2009-06-05 07:39sureshbabuFixed in Version => pi
2009-07-27 19:13shuehnerStatusclosed => new
2009-07-27 19:13shuehnerResolutionfixed => open
2009-07-27 19:13shuehnerNote Added: 0018634
2009-07-27 19:13shuehnerFixed in Versionpi =>
2009-07-27 19:50hgbotCheckin
2009-07-27 19:50hgbotNote Added: 0018636
2009-07-27 19:50hgbotStatusnew => resolved
2009-07-27 19:50hgbotResolutionopen => fixed
2009-07-27 19:50hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/18d5d5bf9dde07686117fd739fece8f22e0b8631 [^] => http://code.openbravo.com/erp/devel/pi/rev/844b939bae3afba0b2cbdad357c454b555927d90 [^]
2009-08-10 12:59sureshbabuStatusresolved => closed
2009-08-10 12:59sureshbabuNote Added: 0018894
2009-08-10 12:59sureshbabuFixed in Version => pi

Notes
(0016428)
hgbot   
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   
2009-06-05 07:39   
Tested, now Io response error not received while switching the tabs.
(0018634)
shuehner   
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   
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   
2009-08-10 12:59   
Tested working fine.