-
Bug
-
Resolution: Fixed
-
P4
-
6
-
None
-
b21
-
generic
-
generic
The focus spec contains the following statement on Focus Traversal Policy Providers:
-------------------------------------------------------------------------------------------
When calculating the first or the last Component in FocusTraversalPolicy.getFirstComponent
or FocusTraversalPolicy.getLastComponent,
* if obtained Component is a Container and a focus traversal policy provider, that Container's FocusTraversalPolicy is inquired for the default Component, and that default Component is returned as the result
-------------------------------------------------------------------------------------------
However for AWT and Swing policies, method "getLastComponent" returns the last component
of a provider, not default.
This should be corrected.
-------------------------------------------------------------------------------------------
When calculating the first or the last Component in FocusTraversalPolicy.getFirstComponent
or FocusTraversalPolicy.getLastComponent,
* if obtained Component is a Container and a focus traversal policy provider, that Container's FocusTraversalPolicy is inquired for the default Component, and that default Component is returned as the result
-------------------------------------------------------------------------------------------
However for AWT and Swing policies, method "getLastComponent" returns the last component
of a provider, not default.
This should be corrected.
- relates to
-
JDK-6463545 focus spec should be corrected for Focus Cycle Root and Focus Traversal Policy Provider
-
- Closed
-