https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41934 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes an accessibility release notes| |issue with the course | |reserves table in the OPAC | |(OPAC > Course reserves): | |"Table header text should | |not be empty". | | | |Previously when responsive | |table controls were shown | |for the list of course | |reserves (a green "+" | |button is shown when the | |browser window is narrower | |and all the columns can't | |be displayed), there was no | |title for the column header | |with the controls. | | | |Now, the column header has | |the text "Expand" when the | |responsive controls are | |shown. CC| |david@davidnind.com --- Comment #9 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Before the patch, go to the OPAC > Course reserves (which lists available course reserves) 2. Narrow the width of your browser so that the responsive controls for the table appear (a green button with a +). 3. Note that the column the green + button appears in has no column title. 4. Apply the patch. 5. Refresh the page and repeat step 2. 6. Note that there is now a column title "Expand". Using the axe DevTools extension: 1. Before the patch, with responsive tables shown, there is one minor issue: "Table header text should not be empty" 2. After the patch, with responsive table controls shown: there is no longer an issue for this. 3. Note that there are other accessibility issues on the page, but these are outside the scope of this bug. -- You are receiving this mail because: You are watching all bug changes.