From c0695e45779698b14fec2db423d8b79663b8cfd2 Mon Sep 17 00:00:00 2001 From: Per-Kristian Nordnes Date: Wed, 11 Dec 2024 20:11:27 +0100 Subject: [PATCH] fix(core): add tabIndex=0 to FieldActionMenu so that webkit can tab to it like other browsers Chromium and Firefox will tab to the FieldActions menu without tabIndex=0, but Webkit needs to have it explicitly set in order to include it in the tab flow --- packages/sanity/src/core/form/field/actions/FieldActionMenu.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sanity/src/core/form/field/actions/FieldActionMenu.tsx b/packages/sanity/src/core/form/field/actions/FieldActionMenu.tsx index 575a3aeb74e..4e65f034a9f 100644 --- a/packages/sanity/src/core/form/field/actions/FieldActionMenu.tsx +++ b/packages/sanity/src/core/form/field/actions/FieldActionMenu.tsx @@ -137,6 +137,7 @@ function RootFieldActionMenuGroup(props: {