-
Notifications
You must be signed in to change notification settings - Fork 181
Closed as not planned
Labels
Description
Description
For some reason, I cannot reopen the issue I created earlier. #3471
So I open a new one.
The bug occurs not only in Playwright but also on touch devices.
Link to Reproduction (or Detailed Explanation)
https://codesandbox.io/p/devbox/tj7g8p
Steps to Reproduce
- Open the link on a touch device (e.g., tablet)
- Open Popover
- Open the Select Menu
- Click on a select menu item
- See the click on the select menu item closes the popup.
Ark UI Version
5.9.1
Framework
- React
- Solid
- Vue
Browser
No response
Additional Information
I also noticed in zag-js in interact-outside implemented a custom logic for touch events.
Calling handler() rather than the custom logic fixes the issue on touch devices (but not in Playwright).
Saying that the issue is not just in the Portal within a Portal.