On Tue, 24 May 2022 21:35:15 GMT, Marius Hanl 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
On Tue, 24 May 2022 21:35:15 GMT, Marius Hanl 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
On Fri, 22 Apr 2022 19:26:36 GMT, Thiago Milczarek Sayao
wrote:
> When there's an APPLICATION_MODAL window, all other windows are disabled and
> re-enabled when the APPLICATION_MODAL window closes. This causes
> `requestToFront()` to be called on every window, and it does not guarantee
> orde
On Tue, 10 May 2022 12:56:53 GMT, Thiago Milczarek Sayao
wrote:
>> When there's an APPLICATION_MODAL window, all other windows are disabled and
>> re-enabled when the APPLICATION_MODAL window closes. This causes
>> `requestToFront()` to be called on every window, and it does not guarantee
>>
On Wed, 25 May 2022 07:37:38 GMT, Laurent Bourgès wrote:
> keep dpqs for corner cases and keep my coding life simple
I think this approach is fine. Diverging the code would likely make it less
stable, and you answered the question about the provenance of the code, so
there's no issue there. We
On Thu, 5 May 2022 16:21:45 GMT, Jose Pereda wrote:
> This PR fixes an issue with selection of multiple items in TableView and
> TreeTableView controls that gets moved unexpectedly when new items are added
> even way below the selected items.
>
> A couple of tests have been added. They fail w
On Tue, 24 May 2022 09:51:29 GMT, Jose Pereda wrote:
>> This PR fixes an issue with selection of multiple items in TableView and
>> TreeTableView controls that gets moved unexpectedly when new items are added
>> even way below the selected items.
>>
>> A couple of tests have been added. They