You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oliverdunk
changed the title
Tab specific sidepanel - Cookbook - Not working
Opening Side Panel with tabId parameter opens side panel on all tabs
Jun 10, 2024
Bringing attention to this – using chrome.sidePanel.open({ tabId: sender.tab.id });still seems to open the tab-specific side panel on the intended tab, but also opens the global tab defined in the "default_path": in manifest.json everywhere else.
Describe the bug
I'm using:
https://github.com/GoogleChrome/chrome-extensions-samples/blob/main/functional-samples/cookbook.sidepanel-open/script.js
But the sidepanel stays open for all the tabs.
To Reproduce
Steps to reproduce the behavior, or file the issue is found in:
Expected behavior
SidePanel only open for the active tab
Screenshots
If applicable, add screenshots to help explain your problem.
Notes
Anything additional here. 🌈
The text was updated successfully, but these errors were encountered: