On Tue, 22 Mar 2022 14:42:07 GMT, Robert Lichtenberger <rlich...@openjdk.org> wrote:
> findSibling adapted to only use visible menus when calculating the > index. Have you considered keeping the same while loop in findSibling() method and skipping invisible Menus in it? This is to avoid creating and traversing a new list. ------------- PR: https://git.openjdk.java.net/jfx/pull/759