Closing dialogs with ESC key or background is not prevented #110
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the
invoiceDialog#292closing with background clicking and escape key callscancelChanges, which sets a callback.With the new
alert.show()function the event isn't even passed to the callback so this can never work:However even befor, the event wasn't prevented in all circumstances.
Needs fixing and testing.