googlearchive / gplus-quickstart-javascript

This quick-start app is built in JavaScript and lets you get started with the Google+ platform in a few minutes.
https://developers.google.com/+/quickstart/javascript
92 stars 111 forks source link

InPrivate failure on EDGE / IE 11 #18

Open aander07 opened 7 years ago

aander07 commented 7 years ago

Upon loading https://gusclass.com/demos/button2/min.html in an InPrivate window, EDGE logs:

SCRIPT5007: Unable to get property 'open' of undefined or null reference 2552014555-idpiframe.js (53,13)

Javascript processing stops and no authentication window is displayed.

Microsoft Edge 38.14393.0.0 Microsoft EdgeHTML 14.14393

The exact same error is reported in IE 11, also using an InPrivate window:

SCRIPT5007: Unable to get property 'open' of undefined or null reference 2552014555-idpiframe.js (53,13)

Version: 11.576.14393.0 Update Version: 11.0.38

Both browsers work correctly when not using InPrivate.