-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
jfx21
-
generic
-
generic
ADDITIONAL SYSTEM INFORMATION :
jdk-17.0.13.11
Windows 11
A DESCRIPTION OF THE PROBLEM :
Consider a DatePicker with an invalid date. Now click somewhere else, i.e. make it lose focus. It crashes because the DatePicker.commitValue() doesn't properly validate the date, it simply parses it.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Consider a DatePicker with an invalid date. Now click somewhere else, i.e. make it lose focus. It crashes because the DatePicker.commitValue() doesn't properly validate the date, it simply parses it.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
No crash. Old value should be kept in the field lastDate.
ACTUAL -
An Exception is thrown.
CUSTOMER SUBMITTED WORKAROUND :
There is no workaround.
FREQUENCY : always
jdk-17.0.13.11
Windows 11
A DESCRIPTION OF THE PROBLEM :
Consider a DatePicker with an invalid date. Now click somewhere else, i.e. make it lose focus. It crashes because the DatePicker.commitValue() doesn't properly validate the date, it simply parses it.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Consider a DatePicker with an invalid date. Now click somewhere else, i.e. make it lose focus. It crashes because the DatePicker.commitValue() doesn't properly validate the date, it simply parses it.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
No crash. Old value should be kept in the field lastDate.
ACTUAL -
An Exception is thrown.
CUSTOMER SUBMITTED WORKAROUND :
There is no workaround.
FREQUENCY : always