RFR: 8337246: SpinnerSkin does not consume ENTER KeyEvent when editor ActionEvent is consumed
Andy Goryachev
angorya at openjdk.org
Wed Aug 14 15:18:53 UTC 2024
On Wed, 14 Aug 2024 15:11:26 GMT, Martin Fox <mfox at openjdk.org> wrote:
> If a perfectly legal, properly written dispatcher in the chain creates a new event
As I mentioned earlier, this is the problem of the dispatcher. Anyone can fire an event.
But this PR does not link the two events generally, but addresses one specific scenario.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1523#issuecomment-2289088913
More information about the openjfx-dev
mailing list