JDK-8091594 : Documentation on the Focus Traversal Policy in JavaFX 2.0
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: scenegraph
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2012-12-18
  • Updated: 2024-06-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Is it possible for the JavaFX team to publish the official documentation on the Focus Traversal Policy in JavaFX 2.0? There is no documentation available on this subject in the public domain as it does for AWT and Swing. 

Comments
Today I was looking at the behaviour of TAB and arrow keys across a couple of groups of radio buttons in an app that I am working on. It seems that TAB jumps to the selected item in the group, then out of the group to the next tab stop. Left and right arrows move the focus *and* the selection within the group but don't leave the group. Up and down arrows are a bit like left and right arrows but seem to allow entering and leaving groups as well - I can't tell yet exactly what rules it is following. It would be great to have a specification of the behaviour that can be relied upon. As an example, the W3C has this for radio buttons on web pages: http://www.w3.org/TR/2009/WD-wai-aria-practices-20090224/#radiobutton
25-09-2014