VoiceOver+Web - Duplicate narration of aria-live region when focus is in the input

Originator:milanturonn
Number:rdar://8894914 Date Originated:
Status: Resolved:
Product:VoiceOver Product Version:10.15.7
Classification: Reproducible:always
 
Feedback submitted:
https://feedbackassistant.apple.com/feedback/8894914

SUMMARY
VoiceOver+Web narrates aria-live="polite" region twice, when user has focus inside the input element. 


STEPS TO REPRODUCE
This is simple scenario how to reproduce bug, without any additional framework just simple HTML:
1. 
Navigate into the URL:
https://jsfiddle.net/kolaps33/z2gnw4ru/13/
2. Navigate into the input
3. Type some letters 
4. just press left/right arrow key (once)

Actual: VoiceOver narrates the content of input field and then aria-live region message twice
Expected: VoiceOver narrates the content of input field and then aria-live region message only once

This is scenario where it has real user impact, in the dropdown usage:
1. 
Navigate into the URL:
https://codesandbox.io/s/fluent-ui-example-forked-zcsrg
2. Navigate into the input
3. Type some letters (for example "na")  in order to find user
4. delete all letters in input 

Actual: VoiceOver narrates 'aria-live' message about "no results are available" twice 
Expected: VoiceOver narrates 'aria-live' message about "no results are available" only once

OS: OSX Catalina 10.15.7
Browser: Chrome 86.0.4240.183

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!