-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Site Picker: Esc key doesn't clear search input on non-Webkit browsers #5771
Comments
We are not handling the ESC and clearing the input ourselves. The current behavior is a side effect of using I would much rather use just basic |
I believe the fly up keyboard used on ios and android is different when the type is |
Oof. https://css-tricks.com/webkit-html5-search-inputs/ That makes me want to run from |
#bug-scrub Looks like this is no longer an issue. |
This wasn't fixed, so I'm reopening. When there is some content inside of input, the first press of esc should clear the input, the second press should close the picker. Just tested with last Firefox and the problem still persist at least for |
This has been fixed and is no longer an issue. Closing. |
The PR #5583 introduces
esc
key handling for the site picker.On non-webkit browsers (Firefox, IE11, Edge) when a user has more than 5 sites if they have entered a search term the
esc
key doesn't clear the field when it should (Chrome, Safari OK)Steps to reproduce
esc
What I expected
Search field to clear, another
esc
should close pickerWhat happened instead
Nothing
Browser / OS version
Firefox OSX Latest
IE11 Windows 10
Edge Windows 10
The text was updated successfully, but these errors were encountered: