-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
Area: OneNoteIssue related to OneNote add-insIssue related to OneNote add-insArea: add-in UIIssue related to UI features such as Fabric, dialogs, add-in commands, etc.Issue related to UI features such as Fabric, dialogs, add-in commands, etc.Possible-SolutionSimilar-IssueStatus: under investigationIssue is being investigatedIssue is being investigated
Description
Provide required information needed to triage your issue
Your Environment
- Platform [PC desktop, Mac, iOS, Office on the web]: OneNote on the Web
- Host [Excel, Word, PowerPoint, etc.]: OneNote
- Office version number: 16.0.18624.41001
- Operating System: Mac
- Browser (if using Office on the web): Google Chrome
Expected behavior
Upon displaying the TaskPane, OneNote should create only one <iframe>.
Current behavior
When displaying the TaskPane for the second or any subsequent calls, OneNote creates two <iframe> if there is a TaskPaneID define in the manifest.
Steps to reproduce:
- Have a AddIn with a button with a TaskPane action with TaskPaneID defined.
- Display the TaskPane.
- Close the TaskPane
- Display the TaskPane again
Every time the TaskPane is displayed, two <iframe> instances are created and both are cleared when the TaskPane is closed.
By omitting the TaskPaneID from the action in the manifest, only one <iFrame> is created.
mike-bipsync
Metadata
Metadata
Assignees
Labels
Area: OneNoteIssue related to OneNote add-insIssue related to OneNote add-insArea: add-in UIIssue related to UI features such as Fabric, dialogs, add-in commands, etc.Issue related to UI features such as Fabric, dialogs, add-in commands, etc.Possible-SolutionSimilar-IssueStatus: under investigationIssue is being investigatedIssue is being investigated