[Koha-bugs] [Bug 14193] Accessibility: Searching patrons using the alphabetic index doesn't work

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 19 22:05:34 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14193

Briana Greally <brianagreally at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #46910|0                           |1
        is obsolete|                            |

--- Comment #4 from Briana Greally <brianagreally at gmail.com> ---
Created attachment 46941
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46941&action=edit
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>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list