-
Bug
-
Resolution: Unresolved
-
P4
-
20, 21, 23, 24
-
x86
-
os_x
First selected item value in JComboBox is read always on MacOS 15, even select any other items in JComboBox
Step to reproduce
----------------------------
1) Enable VoiceOver on theMac
System Preference -> Accessibility -> VoiceOver
2) Run SwingSet2 by passing -Djavax.accessibility.screen_magnifier_present=true
3) Select JComboBox demo
4) Select any item from any JComboBox - VoiceOver reads the selected value correctly.
5) Select any other Item from the same JComboBox , if you dn't hear the newly selected item, instead if you hear the last selected item the then the bug is reproduced.
This is in MacOS 15
4)
Step to reproduce
----------------------------
1) Enable VoiceOver on theMac
System Preference -> Accessibility -> VoiceOver
2) Run SwingSet2 by passing -Djavax.accessibility.screen_magnifier_present=true
3) Select JComboBox demo
4) Select any item from any JComboBox - VoiceOver reads the selected value correctly.
5) Select any other Item from the same JComboBox , if you dn't hear the newly selected item, instead if you hear the last selected item the then the bug is reproduced.
This is in MacOS 15
4)