[BROWSER_BUG] Assets loading GIF not working in Microsoft Edge

I’m submitting a…

[ ] Regression (a behavior that stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Documentation issue or request

Current behavior

We have certain clients that use Microsoft Edge and the loading/processing GIF that shows when you upload an asset only shows as a white box in that browser. I wasn’t sure if you support Microsoft Edge or not. Thanks for the help.

Expected behavior

The uploading progress bar shows correctly.

Minimal reproduction of the problem

Upload an asset using Microsoft Edge.

Environment

  • [ ] Self hosted with version docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [x] Cloud version

Browser:

  • [ ] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [x] Edge

Others:

Hi,

it is an SVG element, but it should and will be fixed.

It seems to be an open issue in the edge browser: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12224510/

I made a workaround and set the progress to 1% when the upload starts. At least you see something.

Sounds great. Thanks for your help!