microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.56k stars 898 forks source link

A11y_AzureDataStudio_Notebooks - Code cell_Focus Order:When typing code in code cell, control elements are not in focus order #18588

Closed VijayaBharathyA closed 2 years ago

VijayaBharathyA commented 2 years ago

GitHub Tags:

A11yMAS; #A11yTCS; #A11ySev3; #DesktopApp; #BM-AzureDataStudio-Win32-Feb2022; #Azure Data Studio; #WCAG2.4.3; #Win32; #AINotInScope; #Focus Order;

Environment Details:

Windows Version :Windows 11 Enterprise Application name :Azure Data studio

Repro Steps:

1.Launch Azure Data Studio Insiders application. 2.Connect to server. 3.Right-click connection and click New Notebook 4.Click on cell and select code cell. 5.Validate that all the contents & controls in code cell & toolbar

Actual Result:

When typing code in code cell, control elements are not in focus order

Expected Result:

When typing code in code cell, control elements should be in focus order

Attachment:

A11y_AzureDataStudio_Notebooks - Code cell_Focus Order

chlafreniere commented 2 years ago

@alanrenmsft I'm a bit confused here. Could this be a "Toggle Tab Key Moves Focus" related issue (where that mode isn't turned on)?

alanrenmsft commented 2 years ago

@VijayaBharathyA I assume the issue is about the focus stuck in the cell editor, if that is the case, you need to run the command from command palette. image

otherwise, please add some description about the expectation and actual behaviors.

alanrenmsft commented 2 years ago

@alanrenmsft I'm a bit confused here. Could this be a "Toggle Tab Key Moves Focus" related issue (where that mode isn't turned on)?

@chlafreniere yes, I agree, I have closed the issue.

VijayaBharathyA commented 2 years ago

@alanrenmsft I followed the instruction that you mentioned in the comment the issue is not repro

Attachment: A11y_AzureDataStudio_Notebooks - Code cell_Focus Order_new