RESOLVED MOVED 222571
AX: iOS 14.5 regression VoiceOver reads placement of radio in a group multiple times
https://bugs.webkit.org/show_bug.cgi?id=222571
Summary AX: iOS 14.5 regression VoiceOver reads placement of radio in a group multipl...
Liam DeBeasi
Reported 2021-03-01 11:54:32 PST
Created attachment 421852 [details] Code reproduction When using VoiceOver to select a radio in a radio group, VoiceOver announces the placement of a radio in the group more than once (I.e. "radio, 1 of 2, 1 of 2"). Steps to reproduce: 1. Open attached code reproduction on an iOS device running iOS 14.5. 2. Enable VoiceOver via Settings > Accessibility > VoiceOver > VoiceOver. 3. Select the first radio on the page making sure to select the radio itself not the "Dogs" label. Notice that VoiceOver announces "Dogs, radio button, unchecked, 1 of 2, 1 of 2". Expected Behavior: I would expect VoiceOver to announce "Dogs, radio button, unchecked, 1 of 2" Actual Behavior: VoiceOver reads the placement of a radio twice per selection. Other Info: - I can only reproduce this on the iOS 14.5 developer beta. iOS 14.4 works as expected. - I cannot reproduce this on Safari for macOS with VoiceOver enabled.
Attachments
Code reproduction (585 bytes, text/html)
2021-03-01 11:54 PST, Liam DeBeasi
no flags
Radar WebKit Bug Importer
Comment 1 2021-03-01 11:54:41 PST
chris fleizach
Comment 2 2021-03-08 09:35:56 PST
Should be fixed in 14.5 beta 3 I believe
Liam DeBeasi
Comment 3 2021-03-08 09:37:57 PST
Yep, looks like it is fixed on iOS 14.5 beta 3. Thank you!
Note You need to log in before you can comment on or make changes to this bug.