Opened 15 years ago
Closed 15 years ago
#1132 closed defect (invalid)
ComboBox Demo problem
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I was adding a Dojo Combobox to my application. My list of elements was 362, but only about 30 of them were showing. I could access the others by typing part of their name. I noticed the same problem on the Dojo combobox demo, where tests/widget/comboBoxData.js has 61 elements. Yet when you view the selection options, the list only displays up to Michigan, which is the 30th element on the list.
I have this problem in both FireFox? 1.5 and IE 7.
Note: See
TracTickets for help on using
tickets.
You might try searching for "30" in the combobox source code.
If you did, you would see that this value is adjustable by the searchLimit parameter.