aurelia/polyfills

IE 11 issue - still get "Access Denied" in getOwnPropertyNames

matik12 opened this issue · 10 comments

I'm submitting a bug report

  • Library Version:
    aurelia-polyfills@1.1.1

  • Browser:
    IE 11 - 11.672.10586.0

  • Language:
    TypeScript 2.1

Current behavior:
After adding Power Bi which creates an iframe underneath, I can still see following errors in console multiple times:

SCRIPT5: Access is denied.
aurelia-polyfills.js (131,7)

PowerBi.png

This is simple repro project using power bi client library. First install dependencies npm i and then run app i.e. gulp watch. PowerBi token can expire, so please obtain new one -> more info in src/powerbi.ts file.
Polyfills-Repro.zip

@jdanyow Any chance you can look into this?

@EisenbergEffect do you think we should update our polyfills to fix this issue?

zloirock/core-js#76

paulmillr/es6-shim@cee098d

Seems like it. Any idea if it's a small fix?

+1
Same as @mikeesouth noted on #22, we're not seeing this in current releases of Chrome or Firefox. Only on IE 11 (we're using 11.0.9600.18617) 100% of the time as well.

Using aurelia-polyfills@1.2.1

Any updates on this?

I just noticed @doubleaa93 made the PR, I will skip my PR. Sorry for the delay.

Thanks a lot @doubleaa93! Any chance to get this PR merged soon?

We'll get it out this week :)

@EisenbergEffect Thanks a lot!

Merged fix. Releasing in a few minutes.