-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
React 16 does not render text area placeholder initially in IE11 Win10 #11172
Comments
We’ll need somebody else confirming that this reproduces in 16 and doesn’t reproduce in 15.6.1. |
I verified that the provided example using 16 does not render in IE11 on Windows 10, but it does render using this example with 15.6.2. |
Any idea what’s going on? |
Here's all matches of
react/src/renderers/dom/shared/ReactDOMComponent.js Lines 830 to 839 in 571a920
|
@aweary You’ll take this? |
@gaearon it looks like the same issue, focusing and blurring causes the placeholder to show again, which is the same behavior I saw the first time. Looking into it now. |
Can you check if #11177 fixes it? |
@gaearon I was just stepping through it and found that same call site 😄 I verified that is the reason the |
React |
Bug
What is the current behavior?
IE11 Windows 10 text area placeholder not rendering initially.
https://jsfiddle.net/fztx6vqp/
What is the expected behavior?
Placeholder should be visible on initial render.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
16.0.0, IE11, Windows 10
Appears to be a regression in 16.0.0 - #6731
The text was updated successfully, but these errors were encountered: