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
365 stars 85 forks source link

The columns order is inconsistent between the original and split tab if the columns order in the original is not default for view containers tab #7912

Closed v-xianya closed 2 months ago

v-xianya commented 2 months ago

Storage Explorer Version: 1.34.0-dev (98) Build Number: 20240428.1 Branch: main Platform/OS: Windows 10/Linux Ubuntu 22.04/MacOS Sonoma 14.4.1(Apple M1 Pro) Architecture: x64/x64/arm64 How Found: From running test cases Regression From: Not a regression

Steps to Reproduce

  1. Expand one storage account -> Blob Containers.
  2. Click 'View all' -> Drag the 'Last Modified' column and drop it as the first column.
  3. Split the view all containers tab.
  4. Check whether the columns order is consistent between the two tabs.

Expected Experience

The columns order is consistent between the two tabs. image

Actual Experience

The columns order is inconsistent between the two tabs. image

MRayermannMSFT commented 2 months ago

Unsure if this is by design. Seems like it shouldn't be since custom column order is persisted. @craxal can you find a happy conclusion to this either way?

craxal commented 2 months ago

Blob container explorer columns aren't persisted at all; it just wasn't implemented at all. That needs to be added in.

v-xianya commented 1 month ago

Verified this issue on the rel build 20240506.3. Fixed.