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
378 stars 87 forks source link

It will focus on the already opened blob container instead of opening it in a separate panel when clicking 'Open to the Side' #8269

Open v-xianya opened 3 weeks ago

v-xianya commented 3 weeks ago

Storage Explorer Version: 1.37.0-dev (102) Build Number: 20241028.11 Branch: main Platform/OS: Windows11/Linux Ubuntu 22.04/MacOS Sequoia 15.0(Apple M1 Pro) Architecture: arm64/x64/arm64 How Found: Exploratory testing Regression From: Not a regression

Steps to Reproduce

  1. Expand one storage account -> Blob Containers.
  2. Click 'View all' -> Create a blob container.
  3. Go to the view all containers explorer -> Right click the newly created blob container.
  4. Click 'Open to the Side'.
  5. Check whether the blob container opens in a separate panel.

Expected Experience

The blob container opens in a separate panel.

Actual Experience

The currently opened blob container is focused.