Could you perhaps add a description to the draft PR summarizing the public API changes? Not a complete CSR, just a TL;DR.
Thanks! -andy From: Michael Strauß <[email protected]> Date: Monday, January 5, 2026 at 09:11 To: Andy Goryachev <[email protected]> Cc: openjfx-dev <[email protected]> Subject: [External] : Re: Default event handlers Yes, the problem as described in the JBS ticket disappears when I run it with the default event handlers branch. With the new approach, skins only add default event handlers, and applications (should) only add normal event handlers. This is the separation that's necessary to resolve the control/skin order dependency. On Mon, Jan 5, 2026 at 5:46 PM Andy Goryachev <[email protected]> wrote: > > Michael: > > Does the new approach fix https://bugs.openjdk.org/browse/JDK-8231245 ? > > Thanks, > -andy
