-
-
Notifications
You must be signed in to change notification settings - Fork 33.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
<textarea> and <input type=text> cursor issue in IE 11.0 #4991
Comments
Hi, thanks for opening the issue! |
I can't reproduce this in Edge 15 or IE11 🤷 |
@jdalton Hey thanks for tuning in. Do you think it got patched on IE 11 in the meanwhile? I'll have to try again |
IE 11 isn't getting patches like that, so not likely. |
Ah ha! It's a tricky one! After trying it a few more times I could repro in IE11 too. |
yeah, it doesn't happen on edge |
This comment has been minimized.
This comment has been minimized.
Same on safari 11.0 (13604.1.38.1.6) (macOS) and earlier versions Try use custom component with input, like this: error is caused by |
I'm having this exact issue but it also happens in Chrome 68. Does anyone have a workaround? |
@yyx990803 I have the feeling this is just caused by people using |
This comment has been minimized.
This comment has been minimized.
@ThomHurks You can nest modifiers, like Can anyone see if this fixes the issue on the older browsers? |
To reproduce:
=> the cursor jumps to the end
same issue with input type=text (https://vuejs.org/v2/guide/forms.html#Text)
The text was updated successfully, but these errors were encountered: