From: Stephanie Leary Date: Fri, 21 Oct 2022 21:15:57 +0000 (-0500) Subject: LP1993859 Keyboard tabbing for results pagination X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fsleary%2Flp1993859-results-pagination-tabindex;p=working%2FEvergreen.git LP1993859 Keyboard tabbing for results pagination In the staff catalog search results pagination component, adds tabindex="0" to link tags without href attributes to enable keyboard navigation. Signed-off-by: Stephanie Leary --- diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.html index a15e428b2e..1ee5d026a8 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/pagination.component.html @@ -5,8 +5,8 @@ unnecessary given we have to track paging externally anyway.