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

It is better to adjust the size of the clone blob container dialog to ensure no scrollbar appears #7854

Closed v-xianya closed 2 months ago

v-xianya commented 2 months ago

Storage Explorer Version: 1.33.1 (98) Build Number: 20240409.2 Branch: hotfix/1.33.1 Platform/OS: Windows 10 Architecture: x64 How Found: Ad-hoc testing Regression From: Previous release (1.31.2)

Steps to Reproduce

  1. Expand one storage account -> Blob Containers.
  2. Right click one blob container -> Click 'Clone...'.
  3. Type 'aa-' into the 'New name' field.
  4. Check whether there is no scrollbar.

Expected Experience

It is better to adjust the size of the dialog to ensure no scrollbar appears.

Actual Experience

There is a scrollbar. image

Additional Context

Here is the screenshot in previous release 1.31.2 version. image

craxal commented 2 months ago

@richardMSFT I'm not able to reproduce this. Can you verify on Mac and Windows? If it reproduces, there could be a problem in the auto-sizing code, but let's just adjust the size of the dialog for now.

v-xianya commented 2 months ago

This issue only reproduces on Windows platform.

craxal commented 2 months ago

I'm keeping Richard assigned just so we retain that he originally worked on this.

v-xianya commented 2 months ago

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