On Wed, 9 Oct 2024 20:16:58 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
> I would have used a `Focusable` interface only for those subclasses that can > have focus. a good point! I can add one more to that: why are we creating copies of Events during the dispatch? Doing so breaks `isConsumed()` contract and causes issues that are impossible to fix without some kind of hacking around. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1555#issuecomment-2403378209