#1740 closed enhancement (fixed)
enhancement:: combo box/select box do not handle the pgup/pgdn
Reported by: | Owned by: | haysmark | |
---|---|---|---|
Priority: | low | Milestone: | 0.9beta |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
When there are a lot of entries in the combo-box, it would be convenient to navigate quickly in the list using pgup and pgdn.
Change History (9)
comment:1 Changed 14 years ago by
Component: | General → Widgets |
---|---|
Description: | modified (diff) |
Milestone: | → 0.6 |
Owner: | changed from anonymous to bill |
comment:2 Changed 14 years ago by
Owner: | changed from bill to Douglas Hays |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Owner: | changed from Douglas Hays to [email protected]… |
---|
comment:5 Changed 14 years ago by
Owner: | changed from [email protected]… to haysmark |
---|
comment:6 Changed 14 years ago by
Milestone: | 1.0 → 0.9beta |
---|---|
Priority: | normal → low |
Version: | 0.4 → 0.9 |
comment:7 Changed 14 years ago by
Component: | Widgets → Dijit |
---|
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [8729]) Fixes #1176, #1740, #3032, #3086, #3095, #3101, #3129. Proxy commit for haysmark. Code reviewed by bill and doughays. Support for page up/down in AutoCompleterMenu?. setTextValue refactored to setDisplayedValue. Added key handler for DropDownTextBox? so DateTextbox? has basic key support. InlineEditBox? now sets isEmpty to false when the input is indeed nonempty. DropDownTextBox? no longer hides MasterTooltip? if it is already hidden. Updated test_InlineEditBox DateTextbox? and Select widgets to use the correct attributes. Cleaned up test_AutoCompleter and test_Select attributes. Consolidated onkeypress page up/down with arrow up/down. Fixed several code-style issues.
comment:9 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Added support for page up and page down. When you press the key, the list scrolls one full view.