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 opening a second modal from within the first modal on a mobile device, the UI freezes, and the second modal becomes unresponsive. This issue only happens on mobile devices, where the user cannot close the modal, even manually. On desktop, if a close button is added, the user can close it, but on mobile, it remains stuck and doesn't respond to any touch events.
Steps to reproduce:
Open the first modal.
Click the "Open Second" button to open the second modal.
Try to close the second modal on a mobile device.
Expected behavior: The second modal should open and close without freezing the UI, and it should be fully functional on both desktop and mobile devices.
Actual behavior: The second modal freezes the UI on mobile devices, preventing any interaction, and the user cannot close it.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Version
v2.18.7
Reproduction
https://stackblitz.com/edit/nuxt-ui-owswvw?file=app.vue
Description
When opening a second modal from within the first modal on a mobile device, the UI freezes, and the second modal becomes unresponsive. This issue only happens on mobile devices, where the user cannot close the modal, even manually. On desktop, if a close button is added, the user can close it, but on mobile, it remains stuck and doesn't respond to any touch events.
Steps to reproduce:
Open the first modal.
Click the "Open Second" button to open the second modal.
Try to close the second modal on a mobile device.
Expected behavior: The second modal should open and close without freezing the UI, and it should be fully functional on both desktop and mobile devices.
Actual behavior: The second modal freezes the UI on mobile devices, preventing any interaction, and the user cannot close it.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: