RFR: 8337246: SpinnerSkin does not consume ENTER KeyEvent when editor ActionEvent is consumed
Martin Fox
mfox at openjdk.org
Wed Aug 14 15:13:57 UTC 2024
On Tue, 13 Aug 2024 21:40:46 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> 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.
If a perfectly legal, properly written dispatcher in the chain creates a new event without using `copyFor` the `propagateConsume` link will be broken and this PR will not work correctly. That's solely because this PR is trying to create a new way of communicating whether an event is consumed or not instead of using the existing mechanism.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1523#issuecomment-2289078999
More information about the openjfx-dev
mailing list