Skip to content
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

IE 11 Input Text Broken #42

Open
kgorgi opened this issue Oct 26, 2017 · 3 comments
Open

IE 11 Input Text Broken #42

kgorgi opened this issue Oct 26, 2017 · 3 comments

Comments

@kgorgi
Copy link

kgorgi commented Oct 26, 2017

In IE 11, if the following JSX element: <input type="text" /> is in the popout window, the popout window will fail to render with the console error:

'enumerable' attribute on the property descriptor cannot be set to 'true' on this object

@marchaos
Copy link
Collaborator

Can you show the full code of your JSX? I'm using text inputs without any issue. Do you have some more attributes on the input?

@kgorgi
Copy link
Author

kgorgi commented Oct 30, 2017

I have created an example repo that can reproduce the bug using create-a-react-app. Take a look and see if you can reproduce the bug or if I have made any programming errors.

Repo Link: react-popout-ie-bug

Note: for whatever reason the IE 11 console error is different now (invalid argument in DOMLazyTree.js) but the popout window will still fail to render any content so the issue remains.

@byoder7
Copy link

byoder7 commented Nov 6, 2017

I am also getting the same error, I tried with textarea, button, input - all broken in IE11. Works fine in Chrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants