Re: RFR: 8303478: DatePicker throws uncatchable exception on tab out from garbled text [v2]

2023-11-10 Thread brunesto
On Thu, 2 Nov 2023 11:55:46 GMT, Kevin Rushforth wrote: >> tests/system/src/test/java/test/robot/javafx/scene/DatePickerOnFocusLostTest.java >> line 98: >> >>> 96: // 3. Click on button to grab the focus and hence attempt to >>> datePicker.commitValue() >>> 97: // 4. Verify that in cas

Re: RFR: 8303478: DatePicker throws uncatchable exception on tab out from garbled text [v2]

2023-11-10 Thread brunesto
> The fix prevents the DatePicker from losing focus if the date is not parsable. brunesto has updated the pull request incrementally with one additional commit since the last revision: replaced robot test by plain junit - Changes: - all: https://git.openjdk.org/jfx/pull/1274/fi