RFR: 8090456: Focus Management [v8]
Andy Goryachev
angorya at openjdk.org
Wed Oct 9 20:35:20 UTC 2024
On Wed, 9 Oct 2024 20:16:58 GMT, Nir Lisker <nlisker at 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
More information about the openjfx-dev
mailing list