ronzeidman / ng2-ui-auth

an angular2 repository for authentication based on angular1's satellizer
MIT License
206 stars 64 forks source link

No scrollbars in popup window in IE11 #170

Closed skellig-s closed 2 years ago

skellig-s commented 4 years ago

It looks like popup options doesn't has any mention of scrollbars config. It is handled well in all other modern browsers, but IE11 has no scrollbar in that window, hereby user can't see/use "Allow" button. I looked into IPopupOptions, but for now there is no parameter for it. Is there any chances to fix it? My suggestion is to update interface IPopupOptions and method prepareOptions in PopupService in a way that allows usage of "scrollbars" option similarly to "toolbar" option.

Annotation 2020-06-25 115448

skellig-s commented 2 years ago

Even Microsoft abandoned IE, so it could be closed.