I have noticed several problems using SwingSet2 on macOS 13.5.2 using JDK 20.0.1 on Apple Silicon when Full Keyboard Access is enabled.
1. It is not possible to enter a space in a text component unless Shift-Space is typed. (Apple applications allow Space to be used in this context.)
2. When using Tab to traverse focusable components, the traversal gets stuck on the toolbar.
3. When the focused component is the tabbed pane, the focus ring is drawn at the upper left of the screen.
4. When the JFileChooser Cancel button is focused, Return should activate the Cancel action, but nothing happens. (Cancel works in some other dialogs.)
1. It is not possible to enter a space in a text component unless Shift-Space is typed. (Apple applications allow Space to be used in this context.)
2. When using Tab to traverse focusable components, the traversal gets stuck on the toolbar.
3. When the focused component is the tabbed pane, the focus ring is drawn at the upper left of the screen.
4. When the JFileChooser Cancel button is focused, Return should activate the Cancel action, but nothing happens. (Cancel works in some other dialogs.)