On Tue, 24 May 2022 21:35:15 GMT, Marius Hanl <mh...@openjdk.org> wrote:
> The `valueProperty()` and `chronologyProperty()` listener are now added in > the second constructor of `DatePicker` > (`public DatePicker(LocalDate localDate)`) instead of the first one (`public > DatePicker()`). > Therefore, both listener are now added no matter which constructor is used. This pull request has now been integrated. Changeset: da5bd371 Author: Marius Hanl <mh...@openjdk.org> Committer: Ajit Ghaisas <aghai...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/da5bd3716441f201691377c52abba59ce03bc322 Stats: 116 lines in 2 files changed: 94 ins; 19 del; 3 mod 8277756: DatePicker listener might not be added when using second constructor Reviewed-by: aghaisas ------------- PR: https://git.openjdk.java.net/jfx/pull/801