Shemesh / angular-popout-window

Angular Popout Child Window
MIT License
11 stars 6 forks source link

Popout window is blank #4

Closed leesan70 closed 3 years ago

leesan70 commented 3 years ago

After migrating to the version 2.0.0, the popout window displays no content. The browsers tested are: 1) Version 87.0.4280.88 (Official Build) (x86_64) on macOS 11.0.1 2) Version 14.0.1 (16610.2.11.51.8) on macOS 11.0.1 3) Version 87.0.4280.88 (Official Build) (64 bit) on Windows 10

Version 1.3.0 was working fine with same set ups.

Not only on my app that this behavior is present, but also the online demo is showing the same behavior as well.

Screen Shot 2020-12-16 at 3 14 30 PM Screen Shot 2020-12-16 at 3 14 45 PM
Shemesh commented 3 years ago

😯 it works good on chrome, but not on firefox. in v2 i started using some browser event to make things happen. will take a look.

Shemesh commented 3 years ago

my thought was to hook on the window load event, but it seems each browser have different behavior for when to dispatch this event. have to find some other way...

Shemesh commented 3 years ago

@leesan70 hi, i have published a fix in v2.1.0 https://www.npmjs.com/package/angular-popout-window please test it and let me know.

leesan70 commented 3 years ago

Working fine on my set ups!