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 alert message disappears when the string 'storageexplorer://' is appended to other strings in the 'direct link' field #7898

Closed v-xianya closed 2 months ago

v-xianya commented 2 months ago

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

Steps to Reproduce

  1. Launch Storage Explorer -> Click 'File -> Open Direct Link'.
  2. Type 'abc' in the 'Direct link' field -> There is an alert message.
  3. Then continue typing the string 'storageexplorer://' appended to the string 'abc'.
  4. Check the alert message doesn't disappear.

Expected Experience

The alert message doesn't disappear.

Actual Experience

The alert message disappears. image

Additional Context

Here is the screenshot of the dialog with alert message. image

v-xianya commented 2 months ago

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