https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37748
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #170784|0 |1 is obsolete| | --- Comment #2 from David Nind <[email protected]> --- Created attachment 170793 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170793&action=edit Bug 37748: In Bootstrap 5 "disabled" class must be on anchor tag, not list item This patch revises the markup for disabled dropdown menu items to conform to Bootstrap 5 requirements. The patch also revises many instances of Bootstrap tooltips which were not working -- tooltips which should be shown with many of the disable dropdown items. In BS5, a tooltip can't be attached to a disabled link. Instead the tooltip must be attached to the link's container. These changes also include the addition of "aria-disabled='true'" to the disabled menu items. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
