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

A11y_Azure Tools Storage Explorer_Get Shared Access Signature_Shared Access Signature_Keyboard:When keyboard user pressing ESC key to collapse "Blob Type" dropdown the entire dialog is getting disappear #6332

Closed Jtith closed 1 year ago

Jtith commented 1 year ago

GitHub Tags:

A11yMAS;#A11yTCS;#Win11;#DesktopApp;#A11ySev2;#BM_AzureToolsStorageExplorer_Win32_Dec2022;#Azure Tools Storage Explorer;#FTP;#WCAG2.1.1;#Keyboard;

Environment Details:

Application: Microsoft Azure Storage Explore version: 1.27.0

OS Details

Microsoft Windows 11 Enterprise version 22H2 OS Build 22621.819

Repro Steps:

  1. Launch Storage Explorer
  2. Navigate to "Open Connect dialog" pane and Sign in to Azure.
  3. Go to "Manage Accounts" pane and Select the subscriptions you will use. Once selected, click on "Apply" button.
  4. Navigate to "Blob Containers" of the selected subscription, right click and hit enter on "Create Blob container" to Create a new Blob container.
  5. Once completed, Tab to "Upload" button and upload a blob/folder by using "Upload Folder" control and press enter
  6. Upload folder dialog will appear and tab to "Blob type" dropdown
  7. Expand Blob type dropdown by pressing enter.
  8. You will observe when we are pressing ESC key to collapse "Blob Type" dropdown the entire dialog is getting disappear

Actual results:

When keyboard user pressing ESC key to collapse "Blob Type" dropdown the entire dialog is getting disappear

Similar issue also observed in throughout the application wherever the dropdown is provided in dialog section the entire dialog is getting disappear

Expected results:

when user pressing ESC key to collapse "Blob Type" dropdown only dropdown should get collapse not the entire "Upload Folder" dialog

User Impact:

Keyboard user will face difficulty if the entire dialog gets collapsed.

Attachments:

https://user-images.githubusercontent.com/100552367/205628935-6b5001b0-f341-4bfc-b69c-557b8f115d81.mp4

Jtith commented 1 year ago

issue is fixed in the latest build 1.28.0, hence closing