On Fri, 11 Oct 2024 17:47:19 GMT, Andy Goryachev <ango...@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