mebis-lp / moodle-mod_kanban

A kanban board activity for moodle
GNU General Public License v3.0
12 stars 5 forks source link

MBS-8690: Show user fullname in tooltip #36

Closed sh-csg closed 7 months ago

sh-csg commented 8 months ago

Fixes #19

sh-csg commented 7 months ago

Changed way to trigger tooltip: Can be click (for touch devices), hover or focus now.

PhMemmel commented 7 months ago

Tested. Unfortunately tooltips do not show in Firefox DevTools.

It works on Chrome, is it possible to implement hiding the tooltip when click again on the user icon? Or would this be inconsistent with the defaults how the bootstrap tooltips usually work?

sh-csg commented 7 months ago

Added tabindex so it can gain focus also in Firefox. The behavior is the standard tooltip behavior in Bootstrap.