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
378 stars 87 forks source link

There is insufficient space for the 'Message Text' field in the 'Import Messages' dialog #8312

Closed v-xianya closed 3 days ago

v-xianya commented 5 days ago

Storage Explorer Version: 1.37.0-dev (103) Build Number: 20241119.13 Branch: main Platform/OS: Windows11/Windows11/Linux Ubuntu 22.04/MacOS Sequoia 15.1(Apple M1 Pro) Architecture: x64/arm64/x64/arm64 How Found: From running test cases Regression From: Previous release (1.36.2)

Steps to Reproduce

  1. Expand one storage account -> Queues.
  2. Create a queue -> Click 'Import'.
  3. Observe the import messages dialog.
  4. Check whether there is sufficient space for the 'Message Text' field.

Expected Experience

There is sufficient space for the 'Message Text' field. Image

Actual Experience

There is insufficient space for the 'Message Text' field. Image

craxal commented 4 days ago

Found some missing flex styles in the DialogPanel component. Adding them in fixes the layout issues.

v-xianya commented 3 days ago

Verified this issue on the main build 20241122.6. Fixed. Image