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

brunesto duke at openjdk.org
Wed Nov 15 18:46:01 UTC 2023


On Wed, 15 Nov 2023 18:10:28 GMT, Marius Hanl <mhanl at openjdk.org> wrote:

>> brunesto has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   inlined
>
> modules/javafx.controls/src/test/java/test/javafx/scene/control/DatePickerTest.java line 765:
> 
>> 763:         // check that value remains unchanged, and text is reverted
>> 764:         assertEquals(LocalDate.of(2015, 03, 25),datePicker.getValue());
>> 765:         assertEquals("3/25/2015",datePicker.getEditor().getText());
> 
> Minor: A space after comma is missing

ok, I have committed the changes in the test class

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1274#discussion_r1394636485


More information about the openjfx-dev mailing list