AzureStorageExplorer
AzureStorageExplorer copied to clipboard
Opening a blob container from view all after tree view refresh or from restored session doesn't have display path
Preflight Checklist
- [X] I have installed the latest version of Storage Explorer.
- [X] I have checked existing resources, including the troubleshooting guide and the release notes.
- [X] I have searched for similar issues.
Storage Explorer Version
1.36-dev
Regression From
No response
Architecture
arm64
Storage Explorer Build Number
No response
Platform
All
OS Version
No response
Bug Description
Opening a blob container from the blob container explorer (view all) when the blob service node has not been loaded in the tree view results in the opened tab not knowing the resource path. The effect of this is that the tab opened from view all is not registered in the TabPanelPathManager and therefore won't have a display path when multiple tabs are open with the same name in that TabPanel.
Steps to Reproduce
- Open blob container explorer (view all) tab
- Either refresh tree view or close Storage Explorer with Preserve Explorer Session configuration enabled
- Open a blob explorer from view all
- Open another blob explorer from the tree view with the same name as the one opened previously
- Observe that no display path is shown
Actual Experience
No display path is shown to the side of the tab display name when multiple tabs are open with the same name as the tab opened from view all.
Expected Experience
The tab shows a display path.
Additional Context
No response