Magento2: Magento 2 Internet explorer 11 the cart page image loading keep on spinning without hiding.

Created on 4 Jan 2017  路  8Comments  路  Source: magento/magento2


Preconditions


  1. Magento 2 website.
  2. IE 11 or Laterst version of Browser

Steps to reproduce

  1. Open Magento 2 website in IE Browser. Add product to cart.
  2. Navigate to Cart page.
  3. Loader image will keep on spinning.

Expected result

  1. The Loader image should disappear after the estimated shipping cost loaded.

Actual result

  1. [Screenshot, logs]
    image

Most helpful comment

All 8 comments

Tried to reproduce on a M2 instance, with success (to my surprise).
You should've probably mention the extra step: clicking on "Estimate Shipping and Tax".
And here's what I got in console, probably related:
shopping cart - internet explorer 2017-01-06 10_26_22

Hi,

Thank for your Help.

I don't see any error message like what you attached above. But the loader spinning for me. Could you share what theme your using to reproduce the issue and "cart page" screenshot to me.

thanks

I can also confirm this is an issue on Magento CE 2.1.1, 2.1.2 and 2.1.3.

Using @vpiyappan steps to reproduce

  1. Open Magento 2 website in IE Browser. Add product to cart.
  2. Navigate to Cart page.
  3. Loader image will keep on spinning.

I get the same error Object doesn't support this action.
The error happens on the window's dispatch event.

shippingService.getShippingRates().subscribe(function () {
                    window.dispatchEvent(new Event('resize'));
                });

@antbates1991

Thank you very much your solutions works fine, much appreciated.

You saved my day.

Tried to reproduce on a M2 instance, with success (to my surprise).
You should've probably mention the extra step: clicking on "Estimate Shipping and Tax".
And here's what I got in console, probably related:
shopping cart - internet explorer 2017-01-06 10_26_22

Got that same issue in console using version 2.2.6

Was this page helpful?
0 / 5 - 0 ratings