Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete Container: Aria-required attribute is not defined for "Confirm by typing the container id" mandatory edit field. #1042

Open
ato9000 opened this issue Sep 8, 2021 · 1 comment

Comments

@ato9000
Copy link
Member

ato9000 commented Sep 8, 2021

https://msdata.visualstudio.com/CosmosDB/_workitems/edit/1241070

@ato9000 ato9000 added this to ToDo in Accessibility Sep 8, 2021
@ato9000
Copy link
Member Author

ato9000 commented Sep 9, 2021

Note: User credentials should NOT be included in the bug.

Pre-Requisite:
Select "Core(SQL)" in API combo box while creating the Cosmos DB.

Repro Steps:
Open URL: https://ms.portal.azure.com/ and login using valid credentials.
Navigate to "Azure Cosmos DB " from left pane and select it.
Navigate to any of the Azure Cosmos DB which is already created and select it.
Navigate to "Data Explorer" from the left and select it.
Navigate through all the controls under SQL API Section and select any of the item then some new menu item appears in the top like New SQL Query, New Stored Procedure..
Navigate to "Delete Collection" menu item from the more options(...) and select it.
Navigate through all the controls under "Delete Container" blade.
Navigate to 'Confirm by typing the container ID' required edit field with asterisk mark(*).
Inspect the Edit text box through developer tool F12.
Verify the issue.

Actual Result:
Aria-required attribute is not defined for the "Confirm by typing the container id" mandatory edit field which has an asterisk to symbolize it is required due to which screen reader does not announce as 'required' along with such controls.

Expected Result:
Aria-required attribute should be defined for "Confirm by typing the container id" mandatory edit field which has an asterisk to symbolize it is required so that screen reader will announce 'required' along with such controls.

Note:
This issue exists throughout the application for similar controls like 'Delete table', 'Delete Keyspace' etc.
image

@vaidankarswapnil vaidankarswapnil self-assigned this Sep 13, 2021
@vaidankarswapnil vaidankarswapnil moved this from To Do to In Progress in Accessibility Sep 13, 2021
@vaidankarswapnil vaidankarswapnil moved this from In Progress to Done in Accessibility Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants