ui icon indicating copy to clipboard operation
ui copied to clipboard

Crud should not close when user clicks outside Modal

Open mvorisek opened this issue 5 years ago • 2 comments

make it even default? (X close icon must continue to work on user click)

mvorisek avatar Jul 25 '20 13:07 mvorisek

I would make that selectable. Sometimes it's good, sometimes not. If you show just some info it's good. If you open a form where the user enters something it could be bad usability if it's closed by accident and the user has to re-enter everything again.

If it isn't closed automatically there has to be the closing function using a "X" added by default for convenience...

bedengler avatar Dec 16 '20 12:12 bedengler

I agree with bedengler - most users I have appreciate the background tap = close functionality: They use it on tablets and that's a learnt and appreciated behaviour. Otherwise you have to point to the X, and that is less convenient that any point on the (larger) background space. Unintended close of forms where you entered data should be protected by ->canLeave = false, so you have to confirm closing not to lose data

mkrecek234 avatar Dec 16 '20 13:12 mkrecek234