From 7458107efdeb92b6c9f02428c84d4347f8efc62a Mon Sep 17 00:00:00 2001 From: SATYA SB <107645008+satya07sb@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:57:21 +0530 Subject: [PATCH] [accessibility-3726486]:[Keyboard Navigation - Azure Cosmos DB - Data Explorer - New Graph]: Keyboard focus indicator is not landing on the first interactive control after activating the 'New Graph' control. (#2073) Co-authored-by: Satyapriya Bai --- src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx | 2 -- .../__snapshots__/AddCollectionPanel.test.tsx.snap | 1 - 2 files changed, 3 deletions(-) diff --git a/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx b/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx index 5b7fd1112..3455176a6 100644 --- a/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx +++ b/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx @@ -336,7 +336,6 @@ export class AddCollectionPanel extends React.Component) => @@ -742,7 +741,6 @@ export class AddCollectionPanel extends React.Component) => { const uniqueKeys = this.state.uniqueKeys.map((uniqueKey: string, j: number) => { diff --git a/src/Explorer/Panes/AddCollectionPanel/__snapshots__/AddCollectionPanel.test.tsx.snap b/src/Explorer/Panes/AddCollectionPanel/__snapshots__/AddCollectionPanel.test.tsx.snap index b197afec6..39bb1bccd 100644 --- a/src/Explorer/Panes/AddCollectionPanel/__snapshots__/AddCollectionPanel.test.tsx.snap +++ b/src/Explorer/Panes/AddCollectionPanel/__snapshots__/AddCollectionPanel.test.tsx.snap @@ -93,7 +93,6 @@ exports[`AddCollectionPanel should render Default properly 1`] = ` aria-label="New database id, Type a new database id" aria-required={true} autoComplete="off" - autoFocus={true} className="panelTextField" id="newDatabaseId" name="newDatabaseId"