Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0032425 | Openbravo ERP | A. Platform | public | 2016-03-07 13:19 | 2022-02-01 08:09 | |||||||
Reporter | alostale | |||||||||||
Assigned To | Triage Platform Base | |||||||||||
Priority | urgent | Severity | major | Reproducibility | have not tried | |||||||
Status | acknowledged | Resolution | open | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0032425: request on keystroke while typing on selector's drop down | |||||||||||
Description | When using a selector drop down to select an item, a request to datasource is performed on each keystroke regardless the time elapsed between them is very small. This causes an unneeded backend overload. When filtering in grid (in standard windows or selector popup) there is a delay between keystroke and request, so that in case several keystrokes are done within this delay period, a single request is executed grouping all of them. The problem is related with the implementation of fireOnPauseDelay in SC. Writting some characthers in a selector in less time than fetchDelay (200ms) time. This works properly. But if just in that moment, it will begin to type several times any key, lots of request are triggered. | |||||||||||
Steps To Reproduce | * Open Sales Order and create a header * Create a line * Focus on product drop down and start typing "as" several times -> Note lots of requests are triggered. fetchDelay (default 200ms) is not applied properly. | |||||||||||
Proposed Solution | Refactor or improve fireOnPauseDelay to take into account this problem. | |||||||||||
Additional Information | ||||||||||||
Tags | Performance | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2016-03-07 13:19 | alostale | New Issue | ||||||||||
2016-03-07 13:19 | alostale | Assigned To | => platform | |||||||||
2016-03-07 13:19 | alostale | Modules | => Core | |||||||||
2016-03-07 13:19 | alostale | Triggers an Emergency Pack | => No | |||||||||
2016-03-07 13:19 | alostale | Status | new => acknowledged | |||||||||
2016-03-07 13:19 | alostale | Tag Attached: Performance | ||||||||||
2016-03-07 13:21 | alostale | Target Version | => 3.0PR16Q2 | |||||||||
2016-03-22 10:20 | alostale | Target Version | 3.0PR16Q2 => 3.0PR16Q3 | |||||||||
2016-05-18 17:43 | alostale | Status | acknowledged => scheduled | |||||||||
2016-05-18 17:43 | alostale | Assigned To | platform => inigosanchez | |||||||||
2016-05-19 12:49 | inigosanchez | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=12167#r12167 | |||||||||
2016-05-19 13:00 | inigosanchez | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=12168#r12168 | |||||||||
2016-05-23 12:24 | alostale | Relationship added | related to 0030312 | |||||||||
2016-05-24 13:03 | inigosanchez | Note Added: 0086703 | ||||||||||
2016-05-24 15:18 | inigosanchez | Assigned To | inigosanchez => platform | |||||||||
2016-05-24 15:18 | inigosanchez | Status | scheduled => acknowledged | |||||||||
2016-05-24 15:18 | inigosanchez | Type | defect => design defect | |||||||||
2016-05-24 15:18 | inigosanchez | Description Updated | bug_revision_view_page.php?rev_id=12223#r12223 | |||||||||
2016-05-24 15:18 | inigosanchez | Proposed Solution updated | ||||||||||
2016-06-27 11:49 | caristu | Target Version | 3.0PR16Q3 => | |||||||||
2022-02-01 08:09 | alostale | Assigned To | platform => Triage Platform Base |
Notes | |||||
|
|||||
|
|