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
In edge, an angular app is re-initialized each time the user switches tabs while the global sidepanel is open. In chrome, the app is not re-initialized (expected behavior)
We are also running into this issue on mac and windows, specifically these versions of Edge
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
Hi @ManikanthMSFT, bringing this up again.
Sidepanel extensions are highly hindered on edge, we are having to store nearly every state value into local storage to persist state when users switch tabs, very untenable. (our use case has a form and its common for users to change tabs to find the values they need)
Also happy to contribute if you can point me in the right direction
In edge, an angular app is re-initialized each time the user switches tabs while the global sidepanel is open. In chrome, the app is not re-initialized (expected behavior)
To Reproduce Steps to reproduce the behavior:
OS: [MacOS, Windows 11]
Browser [Edge]
Version [Version 130.0.2849.68 (Official build) (arm64)]
The text was updated successfully, but these errors were encountered: