primevue icon indicating copy to clipboard operation
primevue copied to clipboard

Tooltip: Detached and misplaced

Open SamuelWei opened this issue 5 months ago • 1 comments

Describe the bug

The shown tooltip doesn't hide and keeps showing even if the mouse is not hovering a button anymore.

This bug was originally reported in https://github.com/primefaces/primevue/issues/5434, and also exists in v3

Reproducer

https://stackblitz.com/edit/glzzv1?file=src%2FApp.vue

PrimeVue version

4.0.6

Vue version

3.x

Language

ALL

Build / Runtime

Vite

Browser(s)

No response

Steps to reproduce the behavior

  1. Move mouse over the button
  2. See tooltip is shown
  3. Don't click, just wait for the button to load
  4. As soon as the loading is over, move mouse off the button
  5. See tooltip shown on the bottom left, never to be removed again

Expected behavior

Tooltip should hide if the mouse is moved off the button

SamuelWei avatar Sep 10 '24 15:09 SamuelWei