在outlook365网络应用程序中,当我尝试关闭使用Office.context.ui.displayDialogAsync(通过单击x)打开的模式时,模态实际上不会关闭(内容只是变成空白)并显示以下跟踪在控制台
想知道这是否是office.js库中的一个问题,因为我只是想在Office.context.ui.displayDialogAsync中默认使用x提供关闭模式
用于调用对话框的代码如下:
window.Office.context.ui.displayDialogAsync('https://localhost:3000/test', { displayInIframe: true, height: 50, width: 50 }, (asyncResult) => {
console.log('test!');
});
这是问题的屏幕截图
https://s3-us-west-2.amazonaws.com/bt-debugging/office_modal_screencapture.gif