Bug description
Setting [globalCloseEvents={{ scroll: true }}] causes the tooltip to stop working permanently after the first scroll on iOS. After one scroll gesture the tooltip never opens again until the page is reloaded.
Package version
6.0.7
To reproduce
- Add globalCloseEvents={{ scroll: true }}
- Open the page on an iOS device (or iOS Simulator).
- Show the tooltip by hovering/tapping an anchor.
- Scroll the page — tooltip hides correctly.
- Try to show the tooltip again — it never appears.
Expected behavior
The tooltip hides once when the user scrolls, then works normally for all subsequent interactions.
Actual behavior
After one scroll gesture the tooltip never opens again until the page is reloaded.
Environment
- OS: iOS
- Browser: Chrome, Safari
- Browser version: latest
- React version: 19.1.0
Reproduction snippet or repository
Screenshots or recordings
No response
Additional context
No response
Checks
Bug description
Setting [globalCloseEvents={{ scroll: true }}] causes the tooltip to stop working permanently after the first scroll on iOS. After one scroll gesture the tooltip never opens again until the page is reloaded.
Package version
6.0.7
To reproduce
Expected behavior
The tooltip hides once when the user scrolls, then works normally for all subsequent interactions.
Actual behavior
After one scroll gesture the tooltip never opens again until the page is reloaded.
Environment
Reproduction snippet or repository
Screenshots or recordings
No response
Additional context
No response
Checks