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

fix(modal): fix JavaScript error in IE11 #2183

Merged

Conversation

asudoh
Copy link
Contributor

@asudoh asudoh commented Mar 22, 2019

We hit babel/babel#7597 with our logic turning NodeList to an array, but turned out it's not needed there.

Fixes #2068.

Changelog

Removed

  • Logic converting NodeList to an array in modal instantiation logic.

Testing / Reviewing

Testing should make sure modal is not broken. The fix to the bug can be verified by (successfully) opening modal in our dev env with IE11.

We hit babel/babel#7597 with our logic turning `NodeList` to an array,
but turned out it's not needed there.

Fixes carbon-design-system#2068.
@netlify
Copy link

netlify bot commented Mar 22, 2019

Deploy preview for the-carbon-components ready!

Built with commit 75c9327

https://deploy-preview-2183--the-carbon-components.netlify.com

@shixiedesign
Copy link
Contributor

I have no access to IE11. Does any designer have access to IE11?
I was able verified that model works in Chrome and Safari.

Copy link
Contributor

@dakahn dakahn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍🏽

@shixiedesign shixiedesign merged commit 148c5c8 into carbon-design-system:master Mar 22, 2019
@carbon-bot
Copy link
Contributor

🎉 This PR is included in version 9.88.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@asudoh asudoh deleted the instantiate-modal-ie11 branch March 22, 2019 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IE11: "Symbol is undefined" prevents modal from opening
5 participants