-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Description
The survey WebView opens as a modal with a dark backdrop, but clicking outside the survey window on the backdrop does not close the modal. This creates a poor user experience as users expect to be able to dismiss modals by clicking on the backdrop.
Current Behavior
- Survey modal opens correctly with dark backdrop
- Backdrop is visible and clickable (shows
rgba(0, 0, 0, 0.5)background) - Clicking on the backdrop does not close the modal
- Users can only close the modal through the survey's internal close functionality
Expected Behavior
- Clicking on the backdrop (outside the survey content) should close the modal
- This should trigger the same close logic as the survey's internal close button
- The only time this should not happen is when the user has specified so, with the "Don't allow" click outside close functionality
Metadata
Metadata
Assignees
Labels
No labels