Closed
Bug 234642
Opened 21 years ago
Closed 19 years ago
Shift + first letter should scroll combo box up
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: niall, Assigned: aaronlev)
Details
(Keywords: helpwanted)
Attachments
(1 file)
349 bytes,
text/html
|
Details |
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
If the focus is in a combo box then you can iterate through entries beginning
with a specific letter by pressing the corresponding key on your keyboard. I
frequently use this when choosing my country of residence on forms (Iceland ->
Iran -> Ireland).
The problem is there is no quick way to go back if you skip over the entry you
meant to choose other than wait for the iteration to wrap. I propose that Shift
+ First Letter would scroll backwards through the list. (This is synonymous
with Shift + Alt + Tab for scrolling backwards through the list of active
windows, using Shift does not cause a problem as the search is case insensitive).
Reproducible: Always
Steps to Reproduce:
By the way -- of course you could use the up arrow key to go to the previous
entry in the list, but a) the previous entry in the list isn't necessarily the
previous entry in the iteration and b) Shift + First Letter is more intuitive
and handier.
![]() |
||
Updated•21 years ago
|
Assignee: jag → aaronlev5
Component: XP Toolkit/Widgets → Keyboard: Navigation
Comment 3•21 years ago
|
||
Yeah, this would be very cool - I don't know of another way to do it either.
Though this might conflict if the current implementation is a case-sensitive
jump, maybe CTRL+letter would work in that case. Either way, changing
platform/version to all.
Comment 4•19 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Assignee | ||
Comment 6•19 years ago
|
||
Our rule is to be as similar to the widgets on each platform as possible. This
is something that should be fixed in OS toolkits if at all.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•