valantic / vue-template

A custom Vue.js boilerplate based on webpack.
MIT License
8 stars 4 forks source link

Bug: Multiple tooltip anchors beside each other cause invalid hiding #337

Open patric-eberle opened 10 months ago

patric-eberle commented 10 months ago

If there are multiple tooltip elements placed beside each other, the tooltip sometimes gets hidden all together, even thought an anchor is hovered. It seems, that the "leave" event on the anchor is currently not cancelled if entering an other anchor.

Can be tested by adding multiple tooltips to the first section on http://localhost:5173/styleguide/sandbox/tooltips

patric-eberle commented 10 months ago

Because of this bug it is also not possible to click or select something within the tooltip, which could be necessary for some features.