project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

User loses survey progress if they click outside of modal #452

Closed jfrankl closed 4 years ago

jfrankl commented 5 years ago

When filling out a survey, clicking outside of the modal closes the modal. Closing the modal deletes all of the data the user has filled out, which is a usability issue.

The easiest way to fix this would be to disable closing the modal by clicking outside of it and instead having a cancel button to close the survey. An alternative, which I think would take longer to develop, would be to warn the user that they are about to lose their progress.

image

rajadain commented 4 years ago

Fixed by #572.