-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Portal: recent change breaks in IE11 #2886
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
Comments
Will be fixed in #2880. |
@levithomason @layershifter per https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style you could probably fix this with one line of code by changing this Not sure how much more work is needed for #2880. Considering this bug is affecting all portals for a major browser, this quick fix might be worth doing if it's going to be more than a few more days. |
I support an individual release of the fix. Currently my team is stuck with using version 0.80.2. Even if #2880 comes soon, it looks like a risky upgrade to do right after the release. |
@mgandley @mihai-dinculescu Feel free to submit PR 👍 |
Done! |
Bug Report
A change introduced in #2657 to the portal component causes an error in IE11 when trying to open anything using a portal.
The change:
Semantic-UI-React/src/addons/Portal/Portal.js
Line 355 in 500df9a
Steps
Use anything with a portal in IE11 and try to open it.
Expected Result
Should open the portal.
Actual Result
Throws the following error:
Which points to the changed line.
Version
[email protected]
The text was updated successfully, but these errors were encountered: