RFR: 8337246: SpinnerSkin does not consume ENTER KeyEvent when editor ActionEvent is consumed

Andy Goryachev angorya at openjdk.org
Tue Aug 13 21:42:56 UTC 2024


On Fri, 9 Aug 2024 20:16:29 GMT, Martin Fox <mfox at openjdk.org> wrote:

> An EventDispatcher that creates a new event without linking it to the original will break this PR. But that's a consequence you're creating. You can't say the developer is making a choice about event linking when the very notion is new with this PR.

Actually, this statement is not correct: the consumed flag will be propagated, but only if `propagateConsume` was set by the helper, which is being done in a very specific case.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1523#issuecomment-2287186541


More information about the openjfx-dev mailing list