-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
7u75
Use any appliction with editable JComboBox with several items in it.
1) Launch JAWS
2) Start an app
3) Make JComboBox a focus owner.
4) Press down arrow. Item should be read correctly(e.g. "15 of 22").
5) press down( or up) arrow again. Now the selected item is read twice and its number in list is read incorrectly(previous selected item's number is read) (e.g. "15 of 22" instead of "16 of 22")
Regression: NO (I checked jdk1.7.0_07b10)
Platform specific: No
1) Launch JAWS
2) Start an app
3) Make JComboBox a focus owner.
4) Press down arrow. Item should be read correctly(e.g. "15 of 22").
5) press down( or up) arrow again. Now the selected item is read twice and its number in list is read incorrectly(previous selected item's number is read) (e.g. "15 of 22" instead of "16 of 22")
Regression: NO (I checked jdk1.7.0_07b10)
Platform specific: No
- duplicates
-
JDK-8066720 Editable JComboBox is read by JAWS incorrectly
- Open