[Bug 27496] New: Accessibility: Navigation buttons are poorly described by screen readers
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Bug ID: 27496 Summary: Accessibility: Navigation buttons are poorly described by screen readers Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Enable the ChromeVox screen reader for accessibility in your Chrome browser to test. If you navigate through the site using the tab key then the 'Lists' button is identified as 'Popup button collapsed', however, the next button, for languages when enabled, is identified as 'Button collapsed' and then the "Welcome user" button is identified as simply "Button". All three of these buttons lead to a dropdown menu and should be consistently identified? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23003 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23003 [Bug 23003] Accessibility improvements -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Henry Bolshaw <bolshawh@parliament.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |accessibility -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33813 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33813 [Bug 33813] Accessibility: Lists button is not clearly identified -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Kevin Carnes <kevin.carnes@ub.lu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 --- Comment #1 from Kevin Carnes <kevin.carnes@ub.lu.se> --- Created attachment 154650 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154650&action=edit Bug 27496: Accessibility: Navigation buttons are poorly described by screen readers This patch adds aria-haspopup and aria-expanded attributes to the language and welcome user buttons so that screen readers will know that they cause a popup menu to be displayed. To test: 1. Use an installation with at least 2 active languages 2. Log in the OPAC 3. Use a screen reader (e.g. ChromeVox in Chrome) and use the tab key to navigate to the language and welcome user buttons while noticing that they are described as "Button collapsed" and "Button", respectively 4. Alternatively, inspect the buttons and notice that they are missing aria-haspopup and aria-expanded attributes 5. Apply the patch 6. Observe that these buttons now are described as "Popup button collapsed" or that they contain the aria-haspopup and aria-expanded attributes like the lists button 7. Sign off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Severity|enhancement |normal Assignee|oleonard@myacpl.org |kevin.carnes@ub.lu.se -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #154650|0 |1 is obsolete| | --- Comment #2 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 154656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154656&action=edit Bug 27496: Accessibility: Navigation buttons are poorly described by screen readers This patch adds aria-haspopup and aria-expanded attributes to the language and welcome user buttons so that screen readers will know that they cause a popup menu to be displayed. To test: 1. Use an installation with at least 2 active languages 2. Log in the OPAC 3. Use a screen reader (e.g. ChromeVox in Chrome) and use the tab key to navigate to the language and welcome user buttons while noticing that they are described as "Button collapsed" and "Button", respectively 4. Alternatively, inspect the buttons and notice that they are missing aria-haspopup and aria-expanded attributes 5. Apply the patch 6. Observe that these buttons now are described as "Popup button collapsed" or that they contain the aria-haspopup and aria-expanded attributes like the lists button 7. Sign off Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |katrin.fischer@bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #154656|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 154810 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154810&action=edit Bug 27496: Accessibility: Navigation buttons are poorly described by screen readers This patch adds aria-haspopup and aria-expanded attributes to the language and welcome user buttons so that screen readers will know that they cause a popup menu to be displayed. To test: 1. Use an installation with at least 2 active languages 2. Log in the OPAC 3. Use a screen reader (e.g. ChromeVox in Chrome) and use the tab key to navigate to the language and welcome user buttons while noticing that they are described as "Button collapsed" and "Button", respectively 4. Alternatively, inspect the buttons and notice that they are missing aria-haspopup and aria-expanded attributes 5. Apply the patch 6. Observe that these buttons now are described as "Popup button collapsed" or that they contain the aria-haspopup and aria-expanded attributes like the lists button 7. Sign off Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |23.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|23.11.00 |23.11.00,23.05.04 released in| | CC| |fridolin.somers@biblibre.co | |m --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to 23.05.x for 23.05.04 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable Version(s)|23.11.00,23.05.04 |23.11.00,23.05.04,22.11.10 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 --- Comment #6 from Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> --- Nice work everyone! Pushed to oldstable for 22.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496 claire.hernandez@biblibre.com <claire.hernandez@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|OPAC |Accessibility CC| |claire.hernandez@biblibre.c | |om, | |martin.renvoize@ptfs-europe | |.com, | |matt.blenkinsop@ptfs-europe | |.com, oleonard@myacpl.org -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org