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

UiFile throws exception in IE11 #38

Closed
gvas opened this issue Dec 18, 2020 · 3 comments
Closed

UiFile throws exception in IE11 #38

gvas opened this issue Dec 18, 2020 · 3 comments

Comments

@gvas
Copy link

gvas commented Dec 18, 2020

Development Relevant Information:

  • BalmUI version: 8.10
  • Browser: IE11
  • Operating System: Windows 10

Description:

The UiFile component doesn't work in IE 11. The following error message is written to the javascript console:
Unhandled promise rejection TypeError: Unable to get property 'getRandomValues' of undefined or null reference
The problem seems to be window.crypto.getRandomValues(arr); in utils/file.js. IE implements window.crypto under the window.msCrypto name.

Steps To Reproduce:

Load UiFile's official documentation in IE 11. Try to open a file with one of the examples.

@gvas gvas changed the title UI File throws exception in IE11 UiFile throws exception in IE11 Dec 18, 2020
@elf-mouse
Copy link
Member

Thanks @gvas , I will fix this bug today.

@gvas
Copy link
Author

gvas commented Dec 21, 2020

Fantastic, thank you!

@elf-mouse
Copy link
Member

Hi @gvas ,

It's IE11 compatibility bug.
Now, it has been fixed in 8.13.1.

Thanks again :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants