-
Bug
-
Resolution: Fixed
-
P4
-
6, 6u1
-
b21
-
generic, x86
-
generic, windows_xp
-
Not verified
This is an umbrella CR for spec change. It collects problems raised in CRs
6240842, 6463097 and 6463516. These problems are as follows:
1. There is a focus traversal cycle in which a component is followed by a
container and the container itself is a focus cycle root. In such a case
if a forward traversal begins from the component, then the focus will jump over
the container whereas down-cycle traversal (into the container's cycle) is
expected. The problem concerns only the Swing policy.
2. A container, that was made focusable explicitly and at the same time is a
focus traversal policy provider doesn't allow to traverse its content in
forward traversing. The focus goes to the container and then to the next
component in the cycle, not getting inside the container. The problem is
common both for Swing and AWT.
Besides, during the normal backward traversal, that container also doesn't
allow the focus to get in as well.
3. In accordance with the focus spec if the
FocusTraversalPolicy.getLastComponent method is called,
and an obtained component is a focus traversal policy provider, then its
default component is returned. The statement is wrong. The returned component
is the last.
The same is for FocusTraversalPolicy.getComponentBefore. If an obtained
component is a focus traversal policy provider, then its last component
should be returned (not the default).
The correct behaviour should be described in the focus spec.
Same problem reported by a CAP member:
J2SE Version (please include all output from java -version flag):
java version "1.6.0_01-ea"
Java(TM) SE Runtime Environment (build 1.6.0_01-ea-b02)
Java HotSpot(TM) Client VM (build 1.6.0_01-ea-b02, mixed mode, sharing)
Does this problem occur on J2SE 1.4.x or 5.0.x ? Yes / No (pick one)
Yes in 1.4
Yes in 1.5
Operating System Configuration Information (be specific):
Windows XP PRO SP2
IE 7.0
Hardware Configuration Information (be specific):
Sony VIAO laptop 2.8 Gz
1.25 GB RAM
Bug Description:
Likely related to: 6240842, 6450939, 6463545, 4788402, 4815672
CTRL-TAB will not transfer focus from the "two" text field. CTRL-SHIFT-TAB will transfer the focus. Also, in my app which has many more components, the CTRL-TAB really hammers the CPU...yet still results in nothing.
Steps to Reproduce (be specific):
Run project
6240842, 6463097 and 6463516. These problems are as follows:
1. There is a focus traversal cycle in which a component is followed by a
container and the container itself is a focus cycle root. In such a case
if a forward traversal begins from the component, then the focus will jump over
the container whereas down-cycle traversal (into the container's cycle) is
expected. The problem concerns only the Swing policy.
2. A container, that was made focusable explicitly and at the same time is a
focus traversal policy provider doesn't allow to traverse its content in
forward traversing. The focus goes to the container and then to the next
component in the cycle, not getting inside the container. The problem is
common both for Swing and AWT.
Besides, during the normal backward traversal, that container also doesn't
allow the focus to get in as well.
3. In accordance with the focus spec if the
FocusTraversalPolicy.getLastComponent method is called,
and an obtained component is a focus traversal policy provider, then its
default component is returned. The statement is wrong. The returned component
is the last.
The same is for FocusTraversalPolicy.getComponentBefore. If an obtained
component is a focus traversal policy provider, then its last component
should be returned (not the default).
The correct behaviour should be described in the focus spec.
Same problem reported by a CAP member:
J2SE Version (please include all output from java -version flag):
java version "1.6.0_01-ea"
Java(TM) SE Runtime Environment (build 1.6.0_01-ea-b02)
Java HotSpot(TM) Client VM (build 1.6.0_01-ea-b02, mixed mode, sharing)
Does this problem occur on J2SE 1.4.x or 5.0.x ? Yes / No (pick one)
Yes in 1.4
Yes in 1.5
Operating System Configuration Information (be specific):
Windows XP PRO SP2
IE 7.0
Hardware Configuration Information (be specific):
Sony VIAO laptop 2.8 Gz
1.25 GB RAM
Bug Description:
Likely related to: 6240842, 6450939, 6463545, 4788402, 4815672
CTRL-TAB will not transfer focus from the "two" text field. CTRL-SHIFT-TAB will transfer the focus. Also, in my app which has many more components, the CTRL-TAB really hammers the CPU...yet still results in nothing.
Steps to Reproduce (be specific):
Run project
- relates to
-
JDK-6463097 Focus doesn't go into focus traversal policy provider when it's focusable
-
- Resolved
-
-
JDK-6463516 focus spec is wrong about FocusTraversalPolicy.getLastComponent return value for policy provider
-
- Resolved
-
-
JDK-6240842 adding a focus traversal policy to a JPanel makes it unreachable in j2se 5.0
-
- Closed
-
-
JDK-6700661 Focus does not transfer back to initial component
-
- Closed
-