Project:
View Revisions: Issue #32425 | [ Back to Issue ] | ||
Summary | 0032425: request on keystroke while typing on selector's drop down | ||
Revision | 2016-05-24 15:18 by inigosanchez | ||
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. |
||
Revision | 2016-05-24 13:03 by inigosanchez | ||
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. |
||
Revision | 2016-05-19 13:00 by inigosanchez | ||
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. |
||
Revision | 2016-05-19 12:49 by inigosanchez | ||
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 200) is not applied properly. |
||
Revision | 2016-05-18 17:43 by inigosanchez | ||
Steps To Reproduce | * Open Sales Order and create a header * Create a line * Focus on product drop down and start typing "ag" -> Note 2 requests are triggered |
Copyright © 2000 - 2009 MantisBT Group |