#4102 closed defect (fixed)
Combobox: incremental backoff
Reported by: | bill | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
As per #1956 there should be a backoff in Combobox so it doesn't send too many queries to the server too quickly. Not sure exactly how it works though. It depends on the speed the user is typing and the response time of the server. For milestone 1.1 or 2.0...
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ah OK, I guess that's good enough. Didn't realize that was there. :-)
comment:3 Changed 13 years ago by
Milestone: | 2.0 → 0.9 |
---|
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
ComboBox? already has a search timer to prevent too many queries. What else do you have in mind?