Closed Bug 280129 Opened 21 years ago Closed 20 years ago

Standard dropdown keys don't work with search engine with keyboard

Categories

(Firefox :: Search, defect, P2)

defect

Tracking

()

RESOLVED WONTFIX
Firefox1.5

People

(Reporter: aaronlev, Assigned: Gavin)

References

Details

(Keywords: access)

The search field, which is to the right of the URL bar, has no key for dropping down the list of search engines. Alt+down arrow should work on all platforms F4 should work on non-Mac platforms. Related: bug 263853 for the autocomplete widget. I think Thunderbird's quick search uses the same widget, which is why it also sufferes from this problem.
Flags: blocking-aviary1.1?
Priority: -- → P2
See bug 200884. Ctrl+Up an Down are used to choose different items. I suppose this is about displaying the actual list (like Alt+Down in the addressbar)?
Priority: P2 → --
Summary: No way to choose different search engine with keyboard → No way to display search engine list with keyboard
Version: unspecified → Trunk
Okay, changing summary. No one will discover Ctrl+down so you might as well not have those keys available. Gotta use the standard keystrokes for things so people can figure out the controls.
Summary: No way to display search engine list with keyboard → Standard dropdown keys don't work with search engine with keyboard
Blocks: firekey
Priority: -- → P2
Blocks: deera11y
Gavin, do you still have plans to look into this? Alt+down/F4 should be the same as clicking the down pointing arrow for the location bar or search field.
Assignee: p_ch → gavin.sharp
Yes, I have been trying to get this done as part of bug 235204. The problem I'm running into is that the menu seems to steal focus from the textbox when it appears, so subsequent keypresses aren't seen.
Hardware: PC → All
Target Milestone: --- → Firefox1.1
Gavin: - How does this one related to bug 263853 -- that one has a patch for related stuff? Not a DUPE is it? - Are you looking for keypresses when the dropdown is open so that it can close itself on Alt+down/F4? - I think you can make the popup list a child of the textbox if you want the textbox to still see key events that bubble up.
(In reply to comment #5) > Gavin: > - How does this one related to bug 263853 -- that one has a patch for related > stuff? Not a DUPE is it? This bug is about the search bar, that one is about autocomplete widgets in general. The search bar actually contains an autocomplete widget, but it needs to be special cased since in that case we don't want the history, we want the search engine list. > - Are you looking for keypresses when the dropdown is open so that it can close > itself on Alt+down/F4? I'm catching all Alt+Down/F4 keypresses and toggling the dropdown's visibility each time.
Status: NEW → ASSIGNED
Why is the enignes list more important than the history dropdown? I think we should "still" open the history dropdown when Alt+Down/F4 is pressed *and* enable tabbing to the engine button when the search widget is focused, use bug 283273 for that. Given that, i think this is a wontfix.
I'm skeptical, because: - The history dropdown is already discoverable in the normal way when you begin typing in the field. - In my opinion, Alt+down/F4 should do what it normally does -- basically click in the down pointing arrow. That's what people expect. - Putting a button that appears inside a textfield in the tab order would just be weird IMO, the discoverable, known way is the most usable way.
changing search engines is less important than history here. We need better/different UI for selecting/managing search engines anyway, but lets keep those standard combobox shortcuts doing the expected action.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
Flags: blocking-aviary1.1?
You need to log in before you can comment on or make changes to this bug.