https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37748

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |ASSIGNED

--- Comment #8 from Jonathan Druart <[email protected]> ---
1. should we remove this?
koha-tmpl/intranet-tmpl/prog/js/messaging-preference-form.js:   
$('#memberentry_messaging_prefs
[data-bs-toggle="tooltip"][disabled]').tooltip();


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?

3. same in koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt

4. This one certainly needs to be removed:
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt:               
$('[data-bs-toggle="tooltip"]').tooltip();

=> From Owen "The item search one is necessary because the tooltips have to be
initialized after the table is drawn and the buttons updated"

5. Is this still relevant? koha-tmpl/intranet-tmpl/prog/js/members-menu.js:   
$("#updatechild, #patronflags, #renewpatron, #deletepatron,
#exportbarcodes").tooltip();

-- 
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/

Reply via email to