WIth a JFXPanel, focus traversal works INTO the panel but not OUT of it. Therefore, focus traversal (with tab key) is broken on Swing windows with multiple JFXPanels or mixed Swing components and a JFXPanel. As soon as a control inside a JFXPanel gets focus, the focus can be moved only between controls of the same JFXPanel (using the tab key).
- duplicates
-
JDK-8088862 Provide possibility to traverse focus out of FX scene
- Open