On Mon, 28 Oct 2024 19:20:28 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> Public focus traversal API for use in custom controls >> >> https://github.com/andy-goryachev-oracle/Test/blob/main/doc/FocusTraversal/FocusTraversal-v3.md >> >> This work is loosely based on the patch >> https://cr.openjdk.org/~jgiles/8061673/ >> >> And is a scaled down version (with the public traversal policy API removed) >> of >> #1555 > > Andy Goryachev has updated the pull request incrementally with one additional > commit since the last revision: > > visible A general question: what would be an example of when `focused != focusVisible` (and `!= focusWithin`) ? Shouldn't the `focused` be a sort of "primary" property, and all other derived from it? What is the purpose of `focusVisible` exactly? ------------- PR Comment: https://git.openjdk.org/jfx/pull/1604#issuecomment-2444952303