react-new-window icon indicating copy to clipboard operation
react-new-window copied to clipboard

Fix creating new window does not work in Edge

Open ryanewtaylor opened this issue 7 years ago • 1 comments

This attempts to resolve issues with Edge and IE. With these changes popup works fine except...

... In Edge copying the styles seems to be very slow. It'll take several seconds to copy the parent styles in Edge while Chrome and Firefox are much faster (perceived, I have not timed it explicitly).

... In IE the styles are not copied over as Array.from is not available in IE. I believe the consumer will need to include a polyfill for this to work correctly.

ryanewtaylor avatar Nov 05 '18 19:11 ryanewtaylor

Hey there! I'm catching up with all pending PRs. I want to manually tests or setup tests for other browser, before merging this.

rmariuzzo avatar Oct 05 '20 15:10 rmariuzzo