Define a clean exit to the source configuration window
Closed this issue · 3 comments
ptar commented
The Source configuration window may only be exited when you select Save or Cancel.
Currently, any (accidental) mouse click outside of the window closes the window immediately, resulting in the loss of the currently edited configuration.
Combine this with #1398 and you would have the perfect pain in the ass.
pkuehnel commented
So
- Clicking outside the dialog should not close it
- There should be an x to close the dialog instead of only being able to close by clicking on
cancel
orsave
Correct?
ptar commented
- Correct
- IMHO: X and cancel should do the same:
- If no values are changed: Close the window
- If values are changed, the user should be asked:
- "Do you want to close the window and discard the changes?"
- "Yes" / "OK" => Close and discard the changes
- "No" / "Cancel" => Stay in the window keeping the current changes
- "Save and close" => Save changes and close window
- "Do you want to close the window and discard the changes?"
pkuehnel commented
Backdrop click and escape button disabled in Solar value configuration dialogs