https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37748
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #10 from Owen Leonard <[email protected]> --- (In reply to Jonathan Druart from comment #8) > 2. In koha-tmpl/intranet-tmpl/prog/js/catalog.js > > 121 $('[data-bs-toggle="tooltip"]').on("click",function(e){ > 122 e.stopPropagation(); > 123 }).tooltip(); > Shouldn't we have 'disabled' instead of this on click? This code was in a couple places but not everywhere... the idea being that if you try to click a disabled menu item the menu doesn't automatically close. This gives the user a chance to look again and see the tooltip explaining why the option is disabled. I removed the two unusually cases but we ought to talk about whether that is the desirable behavior for all disabled menu items. -- 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/
