primevue
primevue copied to clipboard
Tooltip: Detached and misplaced
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
- Move mouse over the button
- See tooltip is shown
- Don't click, just wait for the button to load
- As soon as the loading is over, move mouse off the button
- 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