ITADN

Bug: Tooltips don't always skip `skipDelayDuration` when inside same provider

#2001OpenAndersRobstad 创建于 2026-03-27
triage
A
AndersRobstadcommented
### 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 https://github.com/user-attachments/assets/13d7ea93-3551-449d-99ee-477098964bc7 ### Reproduction https://stackblitz.com/edit/fjhsjpvw?file=src%2Froutes%2F%2Bpage.svelte ### Logs ```bash ``` ### System Info ```bash 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.1 ``` ### Severity annoyance
1 条评论