Closed lukaszwnek closed 4 years ago
Hi @lukaszwnek π
Ok, let me investigate.
Edit: Ok, I got it.
Hey @lukaszwnek π
It should now be fixed. Can you confirm, please?
@Twikito Yes, the new version fixed the issue! Thank you so much for such a quick response and for implementing the fix in no time! Really impressive stuff, keep up the good work!
Cheers! π»
Hello! First of all, thank you for this amazing library, great job!
I'm trying to implement a tooltip that would open after clicking a button with an
img
tag inside of it:HTML
CSS
https://codepen.io/lukaszwnek/pen/pobVZQo
However, clicking the button doesn't seem to show the tooltip. It starts working when I either:
data-toggle-outside
attribute from thebutton
(which I don't want to do since I need that to close it).data-toggle
attributes to theimg
(but this goes against your own recommendation to use buttons as triggers).The issue isn't limited to the
img
tag, from what I've seen it persists with any tag inside of the button (only plain text works).It feels like a bug, but maybe there's something wrong with my setup? I'd really appreciate your opinion @Twikito.
Thanks!