Bug 5739 - select elements should jump to a given typed letter
Summary: select elements should jump to a given typed letter
Status: RESOLVED DUPLICATE of bug 9764
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-14 09:08 PST by Brad Fults
Modified: 2006-10-27 03:14 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Fults 2005-11-14 09:08:34 PST
Using select elements with large amounts of options (more than 500) is
cumbersome. Pressing a key on the keyboard while a select element has focus
should jump to the first option starting with the typed letter (if there is one).

For bonus points, continued typing could further refine the search (like Firefox
does).
Comment 1 Dave Hyatt 2005-11-14 10:48:43 PST
Note that selects do support this, but you have to hit space first with the select focused.  (Go figure.)  We 
should support this without requiring the space bar to be hit first.
Comment 2 Alexey Proskuryakov 2006-10-27 03:14:26 PDT
Fixed in r17331.

*** This bug has been marked as a duplicate of 9764 ***