Currently a user can fill in the form and click outside the box. When this happens, the data disappears and the user has to fill out the form again. Perhaps, a confirm dialog should show that gives the user the option to delete their data, to save their data, or to cancel and return to their data.

Comments

starbow’s picture

Category: bug » feature

This is the currently intended behavior. It could be configurable, but right now the is no support for popup on top of popups.

will_in_wi’s picture

Category: feature » bug

While an inline popup would be nicer, I was thinking about this: http://www.w3schools.com/JS/tryit.asp?filename=tryjs_confirm .

I may look at this if I get some time.

will_in_wi’s picture

Category: bug » feature

Sorry, I just noticed that I had changed the category back.

starbow’s picture

Yeah, that is definitely possible. I would accept a patch that does this, as long as it is configurable and defaults to off.
Hint: you'll need to add this feature to the underlying Popups API, not here.