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
375 stars 86 forks source link

The column strings overlaps if narrow them horizontally #7727

Closed v-xianya closed 8 months ago

v-xianya commented 9 months ago

Storage Explorer Version: 1.33.0-dev (96) Build Number: 20240201.15 Branch: main Platform/OS: Windows 10/Linux Ubuntu 22.04/MacOS Sonoma 14.3(Apple M1 Pro) Architecture: x64/x64/x64 How Found: exploratory testing Regression From: Previous release (1.32.1)

Steps to Reproduce

  1. Expand one storage account -> Blob Containers.
  2. Create a blob container -> Upload one blob.
  3. Select 'Name' column -> Narrow the name column horizontally.
  4. Check whether the sort icon does not overlap the 'Name' string.

Expected Experience

The sort icon does not overlap the 'Name' string.

image

Actual Experience

The sort icon overlaps the 'Name' string. image

Additional Context

If narrow columns from the last one, the column strings will overlap.

v-xianya commented 8 months ago

Verified this issue on the main build 20240208.4. Reproduce. So, we are going to reopen it.

craxal commented 8 months ago

There seems to have been a mishap when updating the necessary packages, because the UI package containing the fix wasn't updated. I'm making new packages, so please try again with a later build.

v-xianya commented 8 months ago

Verified this issue on the main build 20240209.3. Fixed. image