Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | |||||||||||
0019955 | |||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||
design defect | [Openbravo ERP] A. Platform | major | have not tried | 2012-03-06 11:58 | 2017-03-31 14:36 | ||||||
Reporter | marvintm | View Status | public | ||||||||
Assigned To | AugustoMauch | ||||||||||
Priority | high | Resolution | open | Fixed in Version | |||||||
Status | acknowledged | Fix in branch | Fixed in SCM revision | ||||||||
Projection | none | ETA | none | Target Version | |||||||
OS | Any | Database | Any | Java version | |||||||
OS Version | Database version | Ant version | |||||||||
Product Version | SCM revision | ||||||||||
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 | 0019955: Responsiveness of the grid in editing mode is very slow | ||||||||||
Description | When 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. | ||||||||||
Tags | No 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 |