microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
377 stars 87 forks source link

Tab panel path manager does not account for display name changes #8254

Open craxal opened 1 month ago

craxal commented 1 month ago

The tab panel path manager seems to assume tab display names are static. However, among other things, the panel API allows a tab's display name to be changed. This can result in the tab panel path manager not cleaning up after itself correctly when tabs are closed.