https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33893 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |In Discussion --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Lucas Gass from comment #2)
The aria-controls attribute's point to all_checkouts_panel, checkout_panel, onsite_checkout_panel but I don't see those elements on the page.
I'm not sure how to resolve this one... There aren't actually three panels, so with the way the WRAPPER works at the moment we can either have uniquely-named tabs ("#all_checkouts-tab," "#checkout-tab," "onsite_checkout-tab") and invalid aria-controls, or duplicate tab IDs and aria-controls attributes that all point to the same (existing) tab. I guess the accessibility-compliant option would be better? -- You are receiving this mail because: You are watching all bug changes.