-
Bug
-
Resolution: Unresolved
-
P4
-
6u12
-
x86
-
windows_vista
I have JFrame which contains a JScrollPane. The JScrollPane contains two jpanel, first jpanel is added to the north of the JFrame which contains a swing button. Second jpanel is added to the south of the jframe which contains a AWT button & a AWT Choice. When the frame is visible. I press "tab" key to navigate across the component. When the focus comes to the choice. I Press "ALT" + "Down arrow" so the choice's popup can be seen. When choice's popup is visible, i try to select the item using keyboard, but the selection of the item is not changing it stay to the first item.
Step to reproduce :-
----------------------
1) Run the attached program.
2) press "Tab" key to navigate the across components, when the focus reaches the choice. Press "ALT" + "Down arrow".
3) You will see the choice's popup menu.
4) Try pressing "Down arrow", so that you can select the items of the choice. If yo can't select the any item , then the bug is reproduced.
I tested this on windows vista home premium with 6u12 bo01 pit build.
The issue exists in jdk6.0, latest 6u10 as well so it's not a regression.
Step to reproduce :-
----------------------
1) Run the attached program.
2) press "Tab" key to navigate the across components, when the focus reaches the choice. Press "ALT" + "Down arrow".
3) You will see the choice's popup menu.
4) Try pressing "Down arrow", so that you can select the items of the choice. If yo can't select the any item , then the bug is reproduced.
I tested this on windows vista home premium with 6u12 bo01 pit build.
The issue exists in jdk6.0, latest 6u10 as well so it's not a regression.
- relates to
-
JDK-6770440 PIT : AWT List can be navigated even when JMenu is opend or JComboBox's popup is open
-
- Closed
-
-
JDK-6783200 Choice changes it position while try to navigating the choice popup.
-
- Closed
-