Vote: YES
Regards,
Ajit
> On 8 Nov 2024, at 7:16 PM, Kevin Rushforth wrote:
>
> I hereby nominate Jayathirth D V [1] to OpenJFX Committer.
>
> Jay is a member of the JavaFX team at Oracle who has contributed 12 commits
> [2] to OpenJFX. He has contributed an additional 5 commits to the OpenJF
Vote: YES
On Fri, Nov 8, 2024 at 2:47 PM Kevin Rushforth
wrote:
>
> I hereby nominate Jayathirth D V [1] to OpenJFX Committer.
>
> Jay is a member of the JavaFX team at Oracle who has contributed 12
> commits [2] to OpenJFX. He has contributed an additional 5 commits to
> the OpenJFX jfx-tests re
> Input methods don’t work for text controls inside Popups. This PR fixes that.
>
> Some background:
>
> A PopupWindow always has an owner. The owner of the first Popup is a standard
> Window; I’ll refer to that as the root window. But a popup can show another
> popup (for example, a popup may
Input methods don’t work for text controls inside Popups. This PR fixes that.
Some background:
A PopupWindow always has an owner. The owner of the first Popup is a standard
Window; I’ll refer to that as the root window. But a popup can show another
popup (for example, a popup may contain a Comb
Vote: YES
~ Ambarish
From: openjfx-dev on behalf of Kevin Rushforth
Date: Friday, 8 November 2024 at 7:17 PM
To: openjfx-dev , Jayathirth Rao Daarapuram Venkatesh
Murthy
Subject: CFV: New OpenJFX Committer: Jayathirth D V
I hereby nominate Jayathirth D V [1] to OpenJFX Committer.
Jay is a m
Some comments in line.
On 09/11/2024 02:52, Michael Strauß wrote:
Hi Andy,
1. What happened to this proposal?
I've come to the conclusion that we need something like that, but
probably in a different form. My current thinking is that we don't
need prioritized handlers, but merely a way for int
Really liking this approach. Thank you for working on this!
I didn't have a comprehensive solution for handling external and
internal focus yet, and only tried solving the event delegation
problem. This solution not only solves that, but also in such a way
that 3rd parties can use the same s
On Fri, 8 Nov 2024 21:46:38 GMT, Kevin Rushforth wrote:
> Ths PR removes all remaining calls to `System::getSecurityManager` and the
> `SecurityManager` class along with the `System.getGecurityManager() != null`
> code paths.
>
> As part of doing this, the last uses of `PermissionHelper` and