Opened 15 years ago
Closed 7 years ago
#4578 closed defect (patchwelcome)
FilteringSelect and ComboBox: Add support for Alt up/down
Reported by: | ptbrunet | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.13 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | reviewed | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
Alt down/up arrow should open/close the list. This function is missing, but is expected behavior for keyboard users. The autocompleting address bar widgets in IE/FF react to alt up/down. The address bar widget is autocompleting and is the one that is discussed when figuring out how FilteringSelect should work. Another example is the edit combo seen on the run dialog (use Start|Run).
Change History (14)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Summary: | FilteringSelect: Add support for Alt up/down → FilteringSelect and ComboBox: Add support for Alt up/down |
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:5 Changed 14 years ago by
Status: | assigned → new |
---|
comment:6 Changed 14 years ago by
Milestone: | 1.2 → 1.3 |
---|
comment:7 Changed 14 years ago by
Milestone: | 1.3 → future |
---|
comment:8 Changed 11 years ago by
Owner: | changed from Becky Gibson to Douglas Hays |
---|
reassign due to inactive committer. please triage accordingly.
comment:9 Changed 10 years ago by
Keywords: | needsreview added |
---|---|
Priority: | high → low |
bill,
this behavior does not exist but i assume we would like to keep this ticket open to consider adding the option? if not, we should close the ticket.
comment:10 Changed 10 years ago by
Keywords: | needsreview removed |
---|
Yeah, Becky says that Alt up/down is the standard way to open the drop down for an HTML select (although I wonder why, since plain up/down seems easier). So we should implement it I think (for FilteringSelect/ComboBox and Select).
comment:11 Changed 10 years ago by
Keywords: | reviewed added |
---|
comment:12 Changed 8 years ago by
Owner: | Douglas Hays deleted |
---|---|
Status: | new → assigned |
comment:13 Changed 8 years ago by
Status: | assigned → open |
---|
comment:14 Changed 7 years ago by
Milestone: | future → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | open → closed |
A pull request would be welcome for this if it is still an issue, but given the lack of activity over the past 5+ years, I'm closing this one.
The behavior Becky would like is:
*when there is a drop down open and the user presses alt-up arrow, the drop down is closed but the value in the input field remains unchanged. If necessary, I could live with the same behavior as escape which closes the drop down and clears out the field.
*when there is NO drop down open and the user presses alt+down arrow the entire list is opened and the value currently within the input field is not changed. Focus stays within the input field until the user presses a down arrow by itself. Yes, it defeats the purpose of filtering but this is the behavior keyboard and screen reader users expect, the full list is displayed when alt+down arrow is pressed.