Re: CFV: New OpenJFX Committer: Jayathirth D V

2024-11-11 Thread Ajit Ghaisas
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

Re: CFV: New OpenJFX Committer: Jayathirth D V

2024-11-11 Thread Michael Strauß
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

Re: RFR: 8288893: Popup and its subclasses cannot input text from InputMethod [v2]

2024-11-11 Thread Martin Fox
> 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

RFR: 8288893: Popup and its subclasses cannot input text from InputMethod

2024-11-11 Thread Martin Fox
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

Re: CFV: New OpenJFX Committer: Jayathirth D V

2024-11-11 Thread Ambarish Rapte
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

Re: Prioritized event handlers

2024-11-11 Thread John Hendrikx
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

Re: Focus delegation API

2024-11-11 Thread John Hendrikx
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

Re: RFR: 8342997: Remove use of System::getSecurityManager and SecurityManager

2024-11-11 Thread Lukasz Kostyra
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