Bugzilla – Attachment 47175 Details for
Bug 15603
Accessibility: Can't tab to select link in budgets add user popup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 15603 - Accessibility: Can't tab to select link in budgets add user popup
PASSED-QA-Bug-15603---Accessibility-Cant-tab-to-se.patch (text/plain), 2.22 KB, created by
Katrin Fischer
on 2016-01-22 11:33:22 UTC
(
hide
)
Description:
[PASSED QA] Bug 15603 - Accessibility: Can't tab to select link in budgets add user popup
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-01-22 11:33:22 UTC
Size:
2.22 KB
patch
obsolete
>From 7a3772d93f091ae4f6d7876bef80a4afc50e4de9 Mon Sep 17 00:00:00 2001 >From: Natasha <tasham_8@hotmail.com> >Date: Wed, 20 Jan 2016 01:22:45 +0000 >Subject: [PATCH] [PASSED QA] Bug 15603 - Accessibility: Can't tab to select > link in budgets add user popup > >To Test - >1. If you don't have a budget and a fund, make at least one of each. >2. Go to funds from budgets. >3. Either make a new fund or edit an existing one and then click Edit owner, which will bring up a pop-up tab. >4. Search for a patron. >5. Using the tab key try to navigate onto the Select link. >6. Notice it skips select. >7. Apply the patch and then repeat steps 3-5, notice the select link can now be accessed through using the keyboard. > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt >index 5ad87ff..681f1cd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt >@@ -16,9 +16,9 @@ > "[% data.category_description |html %] ([% data.category_type |html %])", > "dt_action": > [%- IF selection_type == 'select' -%] >- "<a style='cursor:pointer' onclick='select_user(\"[% data.borrowernumber %]\", [% To.json(data) | html %] );'>Select</a>" >+ "<a href=\"#\" style='cursor:pointer' onclick='select_user(\"[% data.borrowernumber %]\", [% To.json(data) | html %] );'>Select</a>" > [%- ELSE -%] >- "<a style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\");'>Select</a>" >+ "<a href=\"#\" style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\");'>Select</a>" > [%- END -%] > }[% UNLESS loop.last %],[% END %] > [% END %] >-- >1.9.1
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 15603
:
46965
|
46966
|
47084
| 47175