Skip to content

Clicking outside the survey does not close it #13

@pandeymangg

Description

@pandeymangg

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

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions