OfficeDev / office-js-helpers

[ARCHIVED] A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs
MIT License
126 stars 56 forks source link

excel add-in opens new tab in chrome instead of pop-up #66

Closed ayushsood closed 6 years ago

ayushsood commented 6 years ago

I'm using a Mac - behavior is as expected if opened via Chrome itself (opens a pop-up), but when opened as an add-in within excel, it instead opens a new tab in Chrome preventing the user from completing the sign-in process.

Perhaps related to https://github.com/firebase/firebase-js-sdk/issues/63 (though I'm using Chrome 64, which should be fixed)

Also is there any documentation on how to debug an add-in when it's opened within an Office product?

WrathOfZombies commented 6 years ago

@ayushsood I see that you managed to resolve the issue. Is there an action item here?

daniel-white commented 6 years ago

@WrathOfZombies i dont see any resolution here. this is happening in word too which I'm guessing is realted to OfficeDev/office-js#73