Skip to content

Commit 98613e3

Browse files
Merge pull request #3328 from MicrosoftDocs/bhuvanapriyap-patch-2
Add "Known issue" in "Develop an extension for the Microsoft Edge sidebar"
2 parents af46e76 + 82d4eac commit 98613e3

File tree

1 file changed

+5
-5
lines changed
  • microsoft-edge/extensions-chromium/developer-guide

1 file changed

+5
-5
lines changed

microsoft-edge/extensions-chromium/developer-guide/sidebar.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: extensions
9-
ms.date: 10/09/2023
9+
ms.date: 12/11/2024
1010
---
1111
# Develop an extension for the Microsoft Edge sidebar
1212

1313
As a Microsoft Edge extension developer, you can make your new or existing Microsoft Edge extension appear in the sidebar. Any extension can use the sidebar in addition to its other UI.
1414

1515
![The sidebar for a Microsoft Edge extension](./sidebar-images/sidebar-screenshot.png)
1616

17-
Note: The sidebar extensions feature is being rolled out to a growing user base for all channels of Microsoft Edge.<!-- todo: after rollout is complete, delete sentence -->
18-
1917
By using the Sidebar API for extensions, you can enhance the browsing experience by enabling users to view additional information alongside the main content of a webpage.
2018

2119
The _sidebar_ is a persistent pane located on the side of the browser, which coexists with the primary content of the browser. The sidebar reduces the need to constantly switch between tabs, resulting in a more productive browsing experience.
@@ -38,7 +36,7 @@ Extensions can optionally use the sidebar API to show a custom UI in the Microso
3836

3937
Features of the Sidebar API include:
4038

41-
* The sidebar remains open while navigating between tabs.
39+
* The sidebar remains open while navigating between tabs. Known issue: The sidebar is not automatically displayed again when the user switches to a tab in which the sidebar was previously open ([Issue #142](https://github.com/microsoft/MicrosoftEdge-Extensions/issues/142)).<!-- todo: update -->
4240

4341
* An extension in the sidebar can be made available for specific websites.
4442

@@ -153,6 +151,8 @@ chrome.tabs.onUpdated.addListener(async (tabId, info, tab) => {
153151

154152
When a user switches to a tab or site for which the sidebar is not enabled, the sidebar is hidden.
155153

154+
Known issue: The sidebar is not automatically displayed again when the user switches to a tab in which the sidebar was previously open ([Issue #142](https://github.com/microsoft/MicrosoftEdge-Extensions/issues/142)).<!-- todo: update -->
155+
156156
For a complete example, see [Site-specific side panel example](https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples/cookbook.sidepanel-site-specific).
157157

158158

@@ -323,7 +323,7 @@ See [Types](https://developer.chrome.com/docs/extensions/reference/sidePanel/#ty
323323
<!-- ====================================================================== -->
324324
> [!NOTE]
325325
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
326-
> The original page is found [here](https://developer.chrome.com/docs/extensions/reference/sidePanel/).
326+
> The original page is found [here](https://developer.chrome.com/docs/extensions/reference/api/sidePanel).
327327
328328
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
329329
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

0 commit comments

Comments
 (0)