Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010817Openbravo ERPB. User interfacepublic2009-09-29 19:342009-10-06 12:34
mondalaci 
iciordia 
normalminoralways
newopen 
5
 
 
Core
No
0010817: Preload the attachment icon infos for all records
Currently it takes about 2 secs to step between records with the up / down arrow keys because of the overhead of the AJAX request that is called for attachement icon info query. I could be made much faster.
Press the up / down arrow key in a grid.
Preload the attachment icon infos with the records.

This approach can have the undesired side effect of the records not being 100% up-to-date because they may have been updated since the preload, but it is a very minor problem which well worth the much smoother interaction I believe.

We were discussing about this with Stefan at https://issues.openbravo.com/view.php?id=10649 [^]
No tags attached.
related to defect 0010649 closed shuehner Grid scrolling is slow 
Issue History
2009-09-29 19:34mondalaciNew Issue
2009-09-29 19:34mondalaciAssigned To => rafaroda
2009-09-29 19:46mondalaciNote Added: 0020544
2009-09-29 19:46mondalaciNote Deleted: 0020544
2009-09-30 11:44shuehnerRelationship addedrelated to 0010649
2009-09-30 11:59shuehnerNote Added: 0020584
2009-09-30 12:00shuehnerIssue Monitored: shuehner
2009-10-06 12:34rafarodaAssigned Torafaroda => iciordia

Notes
(0020584)
shuehner   
2009-09-30 11:59   
The 2 seconds depends on the latency to the server, but removing this individual ajax-requests should definitely help.