Edge extension side panel populating same data to all tabs #144
vigneshayyappan-dev
started this conversation in
Discussions
Replies: 2 comments
-
Hey @vigneshayyappan-dev, apologies for the delay in responding to your query. Our team has informed us that the issue has been resolved. Could you please confirm if you are still experiencing the problem with the side panel populating the same data across all tabs? Thank you for your patience. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Team, Thanks for your response. I will check and update you on this.
Thanks & Regards
Vignesh kumar Ayyappan
…On Thu, 17 Oct, 2024, 17:49 ManikanthMSFT, ***@***.***> wrote:
Hey @vigneshayyappan-dev <https://github.com/vigneshayyappan-dev>,
apologies for the delay in responding to your query. Our team has informed
us that the issue has been resolved. Could you please confirm if you are
still experiencing the problem with the side panel populating the same data
across all tabs?
Thank you for your patience.
—
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR5P2ZIFAB2APDHMP4I3KALZ36TLNAVCNFSM6AAAAABQDTTEA6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJXGA4TIOA>
.
You are receiving this because you were mentioned.Message ID:
<microsoft/MicrosoftEdge-Extensions/repo-discussions/144/comments/10970948
@github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created edge extension with side panel to show tab specific data but same data getting reflected to all the tabs containing side panel.
Expected : Side panel should show tab specific data.
Example: I have created Sample Extension that displays URL of the page in side panel.
Issue: Seeing same URL in all the tabs side panel.
Expected Samples:
Current Samples:
Code samples
Steps, I followed to implement side panel follows below,
Step 1: "permissions": ["sidePanel", "tabs"]
Step 2: Allows users to open the side panel by clicking on the action toolbar icon
Beta Was this translation helpful? Give feedback.
All reactions