RFR: 8349004: DatePicker: NPE in show() when initialized in a background thread
Kevin Rushforth
kcr at openjdk.org
Wed Feb 12 22:52:15 UTC 2025
On Wed, 12 Feb 2025 19:45:32 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> ## Root Cause
>
> Focus is being requested in show(), even a background thread.
>
> ## Solution
>
> Do not request focus if in a background thread.
Reviewers: @kevinrushforth @arapte
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1708#issuecomment-2655012247
More information about the openjfx-dev
mailing list