JustMaier / MVC5-SPA-Angular

The MVC5 SPA Template Adapted for Angular
Other
36 stars 18 forks source link

Redirect to 'RegisterExternal' page fails when using IE10 #3

Closed Holf closed 10 years ago

Holf commented 10 years ago

Steps to reproduce:

EXPECTED RESULT

ACTUAL RESULT

Further information:

JustMaier commented 10 years ago

@Holf after quite a bit of testing and some research it looks like most browsers other than Chrome don't allow the popup window to write back to the window opener after a redirect :(

I added the ability to not use popups and it seems to work without any issues. Popups are now disabled by default.