Bugzilla – Attachment 171880 Details for
Bug 37988
Accessibility: The 'Home' icon in the staff interface cannot be accessed with a keyboard
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37988: Made the home button accessible by keyboard
Bug-37988-Made-the-home-button-accessible-by-keybo.patch (text/plain), 1.51 KB, created by
Laura Escamilla
on 2024-09-23 14:31:41 UTC
(
hide
)
Description:
Bug 37988: Made the home button accessible by keyboard
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-09-23 14:31:41 UTC
Size:
1.51 KB
patch
obsolete
>From fd04ddc0f9440fe600299259ddf827ac9e7b3ffe Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Mon, 23 Sep 2024 14:29:53 +0000 >Subject: [PATCH] Bug 37988: Made the home button accessible by keyboard >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Steps to Test: >1. Navigate to the staff interface. >2. Observe that the cursor initially focuses on the search box. >3. Press the "Tab" key on your keyboard. >4. Notice the focus moves to the "Search submit" button, then to the "Checkout tab." >5. On the next "Tab" press, focus moves to the "Help" button, skipping the "Home" button entirely. >6. Apply the patch. Then complete a yarn build (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface) >7. Repeat steps 1-5. Notice that on step 5 the focus is now on the âHomeâ button. >8. Sign off and have an amazing day! >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index b708bd36bf..a77dc8a9d4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -2964,7 +2964,6 @@ nav { > color: $green-text-color; > font-size: 1px; > letter-spacing: -1px; >- visibility: hidden; > > &::before { > content: "\f015"; >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37988
:
171880
|
171965
|
171987
|
171990
|
173544