Bugzilla – Attachment 186319 Details for
Bug 40782
Selections toolbar buttons should not be focusable when they are inactive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40782: (follow-up) Tidy results-list.js
Bug-40782-follow-up-Tidy-results-listjs.patch (text/plain), 1.17 KB, created by
Owen Leonard
on 2025-09-10 11:11:45 UTC
(
hide
)
Description:
Bug 40782: (follow-up) Tidy results-list.js
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-09-10 11:11:45 UTC
Size:
1.17 KB
patch
obsolete
>From 5dc8f5fbe7f0af510f0272602c0deefd947b5c57 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 10 Sep 2025 11:09:37 +0000 >Subject: [PATCH] Bug 40782: (follow-up) Tidy results-list.js > >Tidy converts single quotes to double quotes > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/js/results-list.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/results-list.js b/koha-tmpl/opac-tmpl/bootstrap/js/results-list.js >index 3c6e5808cd5..cb1889207a7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/js/results-list.js >+++ b/koha-tmpl/opac-tmpl/bootstrap/js/results-list.js >@@ -34,11 +34,11 @@ function enableCheckboxActions() { > if ($(checkedBoxes).size()) { > $(".selections").html(__("With selected titles: ")); > $(controls).removeClass("disabled"); >- $(controls).removeAttr('tabindex'); >+ $(controls).removeAttr("tabindex"); > } else { > $(".selections").html(__("Select titles to: ")); > $(controls).addClass("disabled"); >- $(controls).attr('tabindex', '-1'); >+ $(controls).attr("tabindex", "-1"); > } > } > >-- >2.39.5
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 40782
:
186310
|
186318
| 186319