-
-
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
First character or paste is not accepted for watch when assigning placeholder to "" in <textarea> tag with IE11 #9042
Labels
Comments
Seem to be related to this: vue/src/platforms/web/runtime/modules/attrs.js Lines 94 to 111 in d483a49
|
@Justineo Thanks! So the new release will fix the bug? |
We haven't got time to look into this in IE11 yet so I can't guarantee anything right now. |
related to #7138 |
13 tasks
PR with a fix submitted. |
This was referenced Aug 29, 2019
This was referenced Sep 22, 2019
Lostlover
pushed a commit
to Lostlover/vue
that referenced
this issue
Dec 10, 2019
…9297) - the original bug in vuejs#7138 only happens for `<textarea>` - the bug doesn't happen if placeholder has empty value fix vuejs#9042, fix vuejs#9383
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.5.17
Reproduction link
https://codepen.io/steelcg/pen/rQxqXN
Steps to reproduce
key in one character such as "a" or paste a word and click search button in IE11, then you will get alert(true). But if you remove the placeholder attr, you will get false.
What is expected?
alert "false"
What is actually happening?
alert "true"
Because code.io is not supported in IE11, please manually type the code to reproduct the issue.
The text was updated successfully, but these errors were encountered: