-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Shipping Methods Don't Load In IE11 #22119
Comments
Hi @marshallthornton. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @marshallthornton do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
✅ Confirmed by @engcom-backlog-nazar Issue Available: @engcom-backlog-nazar, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
@magento-engcom-team give me 2.3-develop instance |
Hi @jayankaghosh. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @jayankaghosh, here is your Magento instance. |
@magento-engcom-team give me 2.3-develop instance |
Hi @geet07. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @geet07, here is your Magento instance. |
Hi @dani97. Thank you for working on this issue.
|
Hi @NithyaBabuKesavan. Thank you for working on this issue.
|
I am working on this at #dmcdindia19 |
Apparently there exists a polyfill Can I create a pull request and add the polyfill into lib/web/mage/polyfill.js ? |
Thank you for your report and collaboration! The related internal Jira ticket But if you still run into this problem please update or provide additional information/steps/preconditions in the Description section and reopen this issue. |
I can confirm issue in IE11 on magento 2.3.2 |
Hello @marshallthornton and @Styopchik Thank you for contribution and collaboration! Magento team has reconsidered this issue and related internal Jira ticket Currently |
Hi @sdzhepa. Thank you for working on this issue.
|
Hi @marshallthornton, @sdzhepa. Thank you for your report and collaboration! The issue was fixed by Magento team. The fix will be available with the upcoming |
Hello @marshallthornton and @Styopchik The issue was closed accidentally by mistake. |
Hi @marshallthornton, @sdzhepa. Thank you for your report and collaboration! The issue was fixed by Magento team. The fix will be available with the upcoming |
@magento-engcom-team Can you share the commit where it's been fixed? Thanks! |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
This error appears to have been introduced with the commit 4811ede which is using Object.entries to loop over the custom attributes of the address. However Object.entries is not supported in IE according to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/entries which is causing the error to get thrown and none of the methods to load. Magento still lists IE11 in the supported browsers so this should be fixed so that IE11 users can proceed through checkout.
The text was updated successfully, but these errors were encountered: