Skip to content

[BUG] globalCloseEvents.scroll permanently breaks tooltip on iOS #1281

@denny7

Description

@denny7

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

  1. Add globalCloseEvents={{ scroll: true }}
  2. Open the page on an iOS device (or iOS Simulator).
  3. Show the tooltip by hovering/tapping an anchor.
  4. Scroll the page — tooltip hides correctly.
  5. 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

  • I searched existing issues and did not find an open match.
  • I checked the troubleshooting page before opening this issue.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions