andz-bb / budibase-component-tooltip

A Budibase custom component that lets you add a tooltip to another component
https://github.com/budibase/plugins
5 stars 4 forks source link

compatibility tooltips mouseover and container click #6

Open poaltest opened 6 months ago

poaltest commented 6 months ago

Hi, I seem to be encountering difficulty adding a tooltip to an action click container. This container contains different pieces of information retrieved from my database, and my intention is to offer explanations for these elements using tooltips. When clicking within the container, it triggers an action to navigate to another page. However, it appears that the tooltip functionality isn't working within the action click container. I suspect there might be compatibility issues between the mouseover event for tooltips and the click event of the container.

Do you have any idea if it is possible to resolve this issue?