OfficeDev / office-js-docs

[ARCHIVED] Microsoft Office Add-ins API Reference Documentation
https://docs.microsoft.com/javascript/api/overview/office
398 stars 233 forks source link

More then one dialog can be opened from Add-in Command #1456

Closed dmitriyyepishin closed 5 years ago

dmitriyyepishin commented 6 years ago

Docs state that "An Office Add-in can have only one dialog box open at any time." However, if opened from a Add-In command, more then one dialog can be opened at one time by clicking on the add-in command button repeatedly.

Article URL

displayDialogAsync documentation

Details on how to reproduce see the issue I filed with Office JS

hengchengfei commented 5 years ago

I had the same questions.

Rick-Kirkham commented 5 years ago

@hengchengfei This was corrected in the documentation last summer: https://docs.microsoft.com/en-us/javascript/api/office/office.ui?view=office-js

Please note also, that this repo is no longer the source documentation for our reference content, except for APIs that are in preview. That is why it no longer has a master branch. Old Issues that were raised in the repo still appear in search results.