On Fri, 9 Dec 2022 06:53:46 GMT, Karthik P K <k...@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