-
Bug
-
Resolution: Fixed
-
P1
-
1.4.1
-
tiger
-
generic
-
generic
Using the SwingSet2 java app and the AT-POKE test tool :-
1. Switch to the 'ComboBox Demo' page tab in SwingSet2.
2. Poke the SwingSet2 app.
3. Select the 'Presets:' combo box widget in the at-poke tree.
4. Click 'Take action' in at-poke to pop up the combo box.
5. Select the list widget (child of combo box widget) in at-poke tree.
6. By default, 'Philip, Howard, Jeff' - the first entry in selected.
7. Click a different choice, 'Brent, Jon, Scott', in at-poke.
8. Reselect the 'Presets:' combo box widget in the at-poke tree.
9. Click 'Take action' in at-poke to pop down the combo box.
The combo box selection is not changed - it remains on the
previous choice 'Philip, Howard, Jeff'. Seems like the selected
item from the list is not being correctly pushed up the line
to JComboBox.
###@###.### 2003-04-30
1. Switch to the 'ComboBox Demo' page tab in SwingSet2.
2. Poke the SwingSet2 app.
3. Select the 'Presets:' combo box widget in the at-poke tree.
4. Click 'Take action' in at-poke to pop up the combo box.
5. Select the list widget (child of combo box widget) in at-poke tree.
6. By default, 'Philip, Howard, Jeff' - the first entry in selected.
7. Click a different choice, 'Brent, Jon, Scott', in at-poke.
8. Reselect the 'Presets:' combo box widget in the at-poke tree.
9. Click 'Take action' in at-poke to pop down the combo box.
The combo box selection is not changed - it remains on the
previous choice 'Philip, Howard, Jeff'. Seems like the selected
item from the list is not being correctly pushed up the line
to JComboBox.
###@###.### 2003-04-30
- relates to
-
JDK-4860467 addAccessibleSelection does not change selection for JTable
-
- Closed
-