-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
To reproduce:
- Modify demo schema supplier_data to add
not NULL
status SMALLINT not NULL - Run Example 1, click on 1st records status field, cursor after
20, make sure entire field not selected - Enter backspace, see
2in status field - Enter backspace, get dialog
Null values are not allowed for STATUS, pressOK
Observe status field is blank - Click Next Record, then Prev Record
Observe status field shows2, which has been committed to the database.
Note: after the error popup, pressing undo puts 20 in the text field.
This is unexpected. At a minimum, after the error dialog, 2 should be shown in the text field.
Other possibilities include highlighting the field as an error, disabling all buttons until there's a valid entry.
This is related to #15; that issue is primarily about creating a new record.
Metadata
Metadata
Assignees
Labels
No labels