Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0019955
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Openbravo ERP] A. Platformmajorhave not tried2012-03-06 11:582017-03-31 14:36
ReportermarvintmView Statuspublic 
Assigned ToAugustoMauch 
PriorityhighResolutionopenFixed in Version
StatusacknowledgedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0019955: Responsiveness of the grid in editing mode is very slow

DescriptionWhen you scroll down through the grid in editing mode, the responsiveness is very bad. However, when the grid is not in editing mode, the responsiveness is good.

The reason for this difference is that in not-editing mode, the grid waits until its sure the user has really selected the record, and will not be scrolling for some time, to initiate the heavier actions (such as the FIC request).

The grid should behave like this also in editing mode, so that the request to the FIC in EDIT mode is only initiated when the user has really stopped scrolling.
Steps To Reproduce- Set the grid in editing mode and scroll down the records.
- Do the same in not editing mode, realize it's much faster.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0046454)
AugustoMauch (administrator)
2012-03-15 12:58

This issue has been changed to design defect.

The first approach to solve this issue consisted in reducing the number of FIC calls when moving among the grid records in edit mode (only do a FIC call after no new records have been selected in a certain amount of time), the same way it is done in non-edit. This improved the responsiveness a just little, but it was practically not noticeable by the user.

Upon further investigation, we have found that the poor responsiveness in edit mode is due to the several calls to the smartclient redraw function that are done each time a record is selected. This behaviour is much more complex to fix, and right now it would be too risky.

(0052388)
AugustoMauch (administrator)
2012-09-24 20:49

Effort: 10
Impact: high
Plan: short

- Issue History
Date Modified Username Field Change
2012-03-06 11:58 marvintm New Issue
2012-03-06 11:58 marvintm Assigned To => AugustoMauch
2012-03-06 11:58 marvintm Modules => Core
2012-03-06 12:05 marvintm Status new => scheduled
2012-03-06 12:05 marvintm fix_in_branch => pi
2012-03-06 12:05 marvintm Assigned To AugustoMauch => marvintm
2012-03-06 12:06 marvintm Assigned To marvintm => AugustoMauch
2012-03-15 12:58 AugustoMauch Note Added: 0046454
2012-03-15 12:58 AugustoMauch Type defect => design defect
2012-03-15 12:58 AugustoMauch fix_in_branch pi =>
2012-09-24 20:49 AugustoMauch Note Added: 0052388
2012-09-24 20:49 AugustoMauch Priority normal => high
2017-03-31 14:36 alostale Status scheduled => acknowledged


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker