RESOLVED DUPLICATE of bug 9764 5739
select elements should jump to a given typed letter
https://bugs.webkit.org/show_bug.cgi?id=5739
Summary select elements should jump to a given typed letter
Brad Fults
Reported 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).
Attachments
Dave Hyatt
Comment 1 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.
Alexey Proskuryakov
Comment 2 2006-10-27 03:14:26 PDT
Fixed in r17331. *** This bug has been marked as a duplicate of 9764 ***
Note You need to log in before you can comment on or make changes to this bug.