RFR: 8090456: Focus Management [v8]
Michael Strauß
mstrauss at openjdk.org
Fri Oct 11 19:03:19 UTC 2024
On Fri, 11 Oct 2024 17:47:19 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> > So, inside of the single event filter, I'm going to call requestFocus() on the next element as dictated by my business rules.
>
> so basically reinvent TraversalPolicy?
It's more like the existing tools are sufficient for this particular scenario. Or put another way: a custom TraversalPolicy is not less complex than what I've described, since it needs to solve exactly the same problems (namely, selecting the next input field according to business rules).
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1555#issuecomment-2407971625
More information about the openjfx-dev
mailing list