Details
-
Type:
Bug
-
Status: Open
-
Priority:
P4
-
Resolution: Unresolved
-
Affects Version/s: 8, 11, 17, 18, 19
-
Fix Version/s: tbd
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
OS:os_x
Description
After selecting JRadioButton the screen magnifier does not show that JRadioButton is selected. User has to move mouse way and move back the on the JRadioButton to see that its selected but this does not on the native application as soon the RadioButton is selected the value on the Screen magnifier is also changed.
Step to reproduce:
--------------------------
1) Enable Screen magnifier on theMac
System Preference -> Accessibility -> Zoom -> Select ( Enable Hover Text)
2) Run the SwingSet2 with -Djavax.accessibility.screen_magnifier_present=true option
3) Once SwingSet2 Frame is visible select "Button Demo" and select "Radio Buttons demo".
4) Press "cmd" button and select unselected radioButton if you see the radio button is not selected on the screen magnifier then the bug is reproduced.
I have attached the screen recording for the reference showing that native application and java
Step to reproduce:
--------------------------
1) Enable Screen magnifier on theMac
System Preference -> Accessibility -> Zoom -> Select ( Enable Hover Text)
2) Run the SwingSet2 with -Djavax.accessibility.screen_magnifier_present=true option
3) Once SwingSet2 Frame is visible select "Button Demo" and select "Radio Buttons demo".
4) Press "cmd" button and select unselected radioButton if you see the radio button is not selected on the screen magnifier then the bug is reproduced.
I have attached the screen recording for the reference showing that native application and java