-
Notifications
You must be signed in to change notification settings - Fork 80
The search box is not autofocused in FF when popup is opened #155
Comments
I think we can use this lifecycle hook on the very top component to make a check if the input is selected. In case it's not we can use standard |
Both ideas worth a try, I'd also start with the If you are considering to play with this, maybe see if you can combine it together with #40? If popup opens and there is at least one result, the focus should be on the first result, otherwise on the search box. |
Also, I agree that this #40 (comment) feature would be nice. Anyway, I would suggest to do it one by one. First, start with solving autofocus issue and then adding detection about what should be focused once popup is opened. |
I'm fine with doing it one by one 👍 |
I'll start working on it after dinner then. I think it won't take much time. |
Awesome job with this bug 👍 |
Hey there, I was just experiencing the same problem and the mailing list led me to this open Issue in the Firefox Bug Tracker - you might want to monitor that too :) |
General information
$ git describe --always
): c3a6279Exact steps to reproduce the problem
What should happen?
The search input box should autofocus, ready to receive search term, just like on Chrome.
What happened instead?
Need to press Tab, Tab to get to the search box.
May be somewhat related to #40.
The text was updated successfully, but these errors were encountered: