Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#8358 closed enhancement (patcheswelcome)

the delay of autocomplete combobox

Reported by: KingViker Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.autocomplete Version: 1.8.20
Keywords: Cc:
Blocked by: Blocking:

Description

I have a select with three hundred fifty items, when I click the arrow-button,there is a two or four seconds delay before showing the suggests.so I wish it will be a more friendly performance, like:every time it have a more fifty results,then append to the end of the ul list. In this way , users needn't to wait the whole resluts,just need several millseconds for the frist fifty results.

in the end,I want to see ,I also have a select with five thousand items,so ........

Change History (2)

comment:1 Changed 11 years ago by Scott González

Resolution: patcheswelcome
Status: newclosed

You shouldn't autocomplete with that many items. Filter the number of results you show.

comment:2 Changed 11 years ago by KingViker

Maybe I have a abnormal demand, I just want autocomplete to have a more perfect performance.

Note: See TracTickets for help on using tickets.