[koha-commits] main Koha release repository branch master updated. v3.22.00-296-g6d6b207

Git repo owner gitmaster at git.koha-community.org
Sat Jan 23 19:58:19 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  6d6b2078c061c63db762d1ceff45d0eb7e391f02 (commit)
      from  a4c3455b8c2ba236b1da493adf5edaf214abdc7f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6d6b2078c061c63db762d1ceff45d0eb7e391f02
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jan 19 11:36:44 2016 -0500

    Bug 14193 - Accessibility: Searching patrons using the alphabetic index doesn't work
    
    Using a mouse to click on the alphabetic index letters works even though
    the anchor markup doesn't contain an href attribute. However you
    can't tab to them using the keyboard, and I assume the issue with
    screen readers is related.
    
    This patch adds a dummy href attribute and a class-based click handler
    so that we can get rid of the "onclick" attribute in the markup.
    
    To test, apply the patch and visit the "Patrons" section.
    
    1. Use the tab key to move the focus to one of the alphabet links.
    2. Hit "Enter" and confirm that the search is performed correctly.
    3. Click any of the alphabet links and confirm that clicking works as
       well.
    4. View the details of any patron and click the "Add child" button.
    5. In the "Guarantor information" section click the "Change" button.
    6. In the search popup, use the tab key to move the focus to one of the
       alphabet links.
    2. Hit "Enter" and confirm that the search is performed correctly.
    3. Click any of the alphabet links and confirm that clicking works as
       well.
    
    Signed-off-by: Briana <brianagreally at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt |    6 +++++-
 koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt       |    6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list