RFR: 8295339: DatePicker updates its value property with wrong date when dialog closes [v2]

Karthik P K kpk at openjdk.org
Fri Dec 9 09:51:09 UTC 2022


On Fri, 9 Dec 2022 06:53:46 GMT, Karthik P K <kpk at openjdk.org> wrote:

>> Cause: On hiding the DatePicker dropdown, value selected was not getting updated to the text editor. Hence old value from the text editor was getting committed to DatePicker on focus loss. This issue was seen only when DatePicker is used in Alert dialog and Alert dialog is closed on making selection in DatePicker dropdown.
>> 
>> Fix: Added call to updateDisplayNode() function before hiding the date picker dropdown.
>> 
>> Test: Added system test to validate the fix.
>
> Karthik P K has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Address review comments

Hi All,
Looks like the PR went back to RFR when changes are updated. Please review the same.

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

PR: https://git.openjdk.org/jfx/pull/963


More information about the openjfx-dev mailing list