-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[BUG] Webkit clears on page.type – Chromium/Firefox don't #2702
Comments
I'd expect |
@yury-s: I meant to share the snippet with |
I'll take a look. |
So there is some real difference in the browser behavior here. In webkit, Right now our typing is implement as
Maybe we should make our focus behave like keyboard focus, selecting the text. Maybe we are doing the correct thing, and users should expect/want this behavior to be different. The spec unhelpfully says that this behavior is platform specific:
|
I'd say consistency is what is important. And since it is probably easier to select all the text than unselect it, I'd do that. |
Context:
Code Snippet
Browser behaviors for input value:
Should they behave consistently? Is webkit a bug?
The text was updated successfully, but these errors were encountered: