https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39589
--- Comment #25 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 202973 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202973&action=edit Bug 39589: (QA follow-up) Revert unrelated star rating markup change The read-only star rating widget in search results was changed from <span> to <a href="#"> elements, unrelated to this bug's fix. That activated a pre-existing but previously dead click handler ($(".br-readonly a") in this same template) and turned every star icon into a focusable, non-functional link, adding up to 5 dead tab stops per search result. Restore the <span> markup used everywhere else this read-only widget appears. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
