-
Bug
-
Resolution: Fixed
-
P4
-
1.2.2
-
beta
-
sparc
-
solaris_2.6
Set Focus to a component, make that component invisible.The focus should traverse to the next component in order. This is not happening when a component is added using (add,<index>).
The attached file, InvisibleSetFocusTest, reproduces this bug. You need to have jdk with robot api, to run this file, since the test is automated.
When the button is made invisible,focus is supposed to move to the next component textfield, instead it goes to the checkbox. The textfield is added to the frame using an index, overriding the regular order. The textfield appears next to the button on the Frame but the focus is traversed to the checkbox from button.
The attached file, InvisibleSetFocusTest, reproduces this bug. You need to have jdk with robot api, to run this file, since the test is automated.
When the button is made invisible,focus is supposed to move to the next component textfield, instead it goes to the checkbox. The textfield is added to the frame using an index, overriding the regular order. The textfield appears next to the button on the Frame but the focus is traversed to the checkbox from button.