-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search box does not recognize esc
key
#437
Comments
It should be detecting the |
@ericawright Mac OS El Capitan To be clear, I would like to |
@TDA: I think I agree, but where should the focus go when you hit escape? |
@bwinton So the way I see it:
I am not sure how easy/tough it is to do this, but thats a workflow example that I think will be useful to people (especially me) 💃 EDIT: Another reason is that when I press escape, the cursor is also hidden from view (this is browser behavior I am guessing, as its on chrome too), so its not instantly clear where I am. |
@TDA Doesn't it delete whatever you have written at it that is it cancels current search? Firefox address bar does the same more or less. Nevertheless already opening a new tab (ctrl+n) cancels search, opens new tab and puts focus on the address bar. |
@konfou I agree that the address bar does the same thing, but the difference is that when I press If both bars did the same thing on everything, then I can live with the The other issue (and I believe this can be a separate issue too) is that, when I manually change focus to the address bar, the search bar is not cleared, leading me to reload stuff in the same page, as opposed to in a new tab (and not allowing me to see my tabs). P.S: |
Conventions for what to do on ESC key in search/filter boxes tend to vary. For instance, in Firefox:
Moving the focus to a different field is an opinionated behavior that is not consistent with common practices, so I’d advise against it. To answer @TDA’s use case:
You can:
So you just need to replace your "3. I hit ESC" step by "3. I hit Cmd+T".
For the "leading me to reload stuff in the same page", that's just what browsers do, so it's not related to Tab Center. For clearing the Tab Center filtering when you focus the URL bar, that’s a valid use case but on the other hand other users may want to keep the filtering and use the page(s). Magically discarding the filtering might hurt those other use cases. Note that there is a "N more tabs…" entry when the tab list is filtered, and clicking it clears the filtering. Bottom line: I think the current behavior is alright. |
This seems to be fixed. Tested: 1.34.0 on Firefox 53.0 (64-bit) on TrueOS Desktop. |
It would be nice to be able to exit the search box on
tabcenter
when I type theesc
key, right now it does nothing.The text was updated successfully, but these errors were encountered: