canonical / react-components

A set of components based on Vanilla Framework
https://canonical.github.io/react-components
82 stars 49 forks source link

Tooltip does not disappear when hovering over another tooltip in the same component #1073

Closed lorumic closed 2 months ago

lorumic commented 2 months ago

When there are multiple tooltips in the same component, hovering away from one and over another causes to keep both of them visible, as shown in the screenshots below:

image

image

edlerd commented 2 months ago

This turned out to be a problem with running timers in the background, not so much about using multiple tooltips in on page. See linked PR.

lorumic commented 2 months ago

This turned out to be a problem with running timers in the background, not so much about using multiple tooltips in on page. See linked PR.

It doesn't seem to happen when you have only 1 tooltip in the same page/component. So the description is correct (and the description is not about the reason of the bug, it's just a description of it).

github-actions[bot] commented 2 months ago

:tada: This issue has been resolved in version 0.51.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: