You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having multiple tooltips within the same provider it's not consistently skipping the delay duration when moving the cursor between different tooltip triggers.
See the video below where for example hovering the first one, then moving the mouse to the second one skips the delay duration. However, when moving the mouse back to the second one it does not skip it. Making the behavior feel very inconsistent from a users point of view. The same can be seen further on in the video when just moving the mouse around between the triggers
Describe the bug
When having multiple tooltips within the same provider it's not consistently skipping the delay duration when moving the cursor between different tooltip triggers.
See the video below where for example hovering the first one, then moving the mouse to the second one skips the delay duration. However, when moving the mouse back to the second one it does not skip it. Making the behavior feel very inconsistent from a users point of view. The same can be seen further on in the video when just moving the mouse around between the triggers
Skjermopptak.2026-03-27.kl.12.06.46.mov
Reproduction
https://stackblitz.com/edit/fjhsjpvw?file=src%2Froutes%2F%2Bpage.svelte
Logs
System Info
System: OS: macOS 26.3.1 CPU: (10) arm64 Apple M2 Pro Memory: 285.28 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 24.13.0 - /Users/andersrobstad/.nvm/versions/node/v24.13.0/bin/node npm: 11.6.2 - /Users/andersrobstad/.nvm/versions/node/v24.13.0/bin/npm pnpm: 10.28.2 - /Users/andersrobstad/.nvm/versions/node/v24.13.0/bin/pnpm Browsers: Brave Browser: 145.1.87.186 Chrome: 146.0.7680.165 Edge: 146.0.3856.84 Firefox: 146.0 Safari: 26.3.1Severity
annoyance