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

The first column is always selected if click 'Move to Bottom' action to change the order in the 'Column Options' dialog #7974

Closed v-kellyluo closed 3 months ago

v-kellyluo commented 4 months ago

Storage Explorer Version: 1.35.0-dev (98) Build Number: 20240531.1 Branch: main Platform/OS: Windows 11/Windows 10/Linux Ubuntu 22.04/MacOS Sonoma 14.5(Apple M1 Pro) Architecture: arm64/x64/x64/arm64 How Found: From running test cases Regression From: Previous release (1.32.1)

Steps to Reproduce

  1. Expand one storage account -> Tables.
  2. Create a table -> Add an entity -> Click 'Customize Columns'.
  3. Select 'PartitionKey' column -> Click 'Move to Bottom'.
  4. Check whether the 'PartitionKey' column is selected.

Expected Experience

The 'PartitionKey' column is selected.

Actual Experience

The 'RowKey' column is selected.

Additional Context

  1. This issue doesn't reproduce for 'Move Up/Down' action.
  2. Here is the record:

column

v-kellyluo commented 3 months ago

Verified this issue on the build 20240612.1. Fixed.