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 status message is selected instead of all rows if select one row then press Ctrl+A on the previewed tab of tabular data #7924

Closed v-xianya closed 1 month ago

v-xianya commented 1 month ago

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

Steps to Reproduce

  1. Expand one storage account -> Blob Containers.
  2. Upload one .parquet file -> Preview it.
  3. Select one row -> Press Ctrl+A.
  4. Check whether all rows are selected.

Expected Experience

All rows are selected.

Actual Experience

The status message is selected. image

MRayermannMSFT commented 1 month ago

@craxal I believe this is "by design" in the sense that we never added "select all entities in tabular preview" as a feature? If yes, then let's move this to 1.35 as a feature request.

craxal commented 1 month ago

Correct, we have not added keyboard shortcuts to select all rows in preview.

v-kellyluo commented 1 month ago

Verified this issue on the build 20240526.2. Fixed. So, we are going to close it. image