UNCONFIRMED 30329
[RFE] navigate long drop-down menus <select size="1"> with keyboard input
https://bugs.webkit.org/show_bug.cgi?id=30329
Summary [RFE] navigate long drop-down menus <select size="1"> with keyboard input
Jens Petersen
Reported 2009-10-13 01:54:40 PDT
Firefox supports jumping to drop-down menuitems by typing the first letter(s). This is a really useful feature for long menus with large numbers of items, which are hard to navigate with a mouse. This works in a combo-box but not drop-down menus.
Attachments
Xan Lopez
Comment 1 2009-10-15 00:30:56 PDT
*** This bug has been marked as a duplicate of bug 27443 ***
Jens Petersen
Comment 2 2009-10-16 03:05:42 PDT
Perhaps I am missing something but I don't think this is a duplicate: in fact keyboard navigation works for me in combo boxes but not drop-downs which is why I deliberately filed mentioning them.
Xan Lopez
Comment 3 2009-10-21 00:53:25 PDT
(In reply to comment #2) > Perhaps I am missing something but I don't think this is > a duplicate: in fact keyboard navigation works for me > in combo boxes but not drop-downs which is why I deliberately > filed mentioning them. Can you explain what do you consider to be a "combobox" and what do you consider to be a "drop down menu"? Because I think we are talking about different things here. Key navigation in the combobox dropdowns definitely does not work.
Jens Petersen
Comment 4 2009-10-21 17:25:47 PDT
(In reply to comment #3) > Can you explain what do you consider to be a "combobox" and what do you > consider to be a "drop down menu"? Because I think we are talking about > different things here. I was referring to http://en.wikipedia.org/wiki/Combo_box, but I see that I am actually talking about <select size=...> option lists. eg the Components lists at https://bugs.webkit.org/enter_bug.cgi?product=WebKit or https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora (sorry that page is a little slow to load). There typing the first letter of components takes one to the next component starting with that letter in both chromium and midori (and firefox of course). Whereas if you go to the Component drop-down on this bug page (or any other bugzilla bug) it uses <select> with implicit size="1" which results in a dropdown menu, and I can't jump to components using their first letter with either chromium or midori (but it works in firefox) in this case. That is the bug I am reporting here. I hope it is clearer now. I tested with chromium built with webkit-532.2 (Chrome-4.0.221.8), and also midori-0.1.10 (webkitgtk-1.1.14). > Key navigation in the combobox dropdowns definitely does > not work. What version of webkit, which browser and what page are you testing on?
Note You need to log in before you can comment on or make changes to this bug.