From 233e72b04d9a44faa266d0aae763a36610ef545d Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 31 May 2019 11:45:52 -0400 Subject: [PATCH] LP1803787 Grid actions menu tabindex Allow the browser to focus the actions menu entries on tab so 'Enter' action will not inadvertantly fire the row activate handler as well. Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg --- .../app/share/grid/grid-toolbar-actions-menu.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-menu.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-menu.component.html index cdb6dc4fec..224128d310 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-menu.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-menu.component.html @@ -1,7 +1,7 @@