Bug Description
1. Summary
There is a bug in Amazon Vega WebView v3.3.17 where content inside an aria-live region is announced twice. This is reproducible with a minimal standalone HTML page .
Bug Severity
Select one that applies
- Impacts operation of app
- Blocks current development
- Improvement suggestion
- Issue with documentation (If selected, please share the doc link and describe the issue)
- Other
2. Steps to Reproduce
-
Create a simple HTML page containing an
aria-liveregion. -
Load that page inside Amazon Vega WebView v3.3.17.
-
Trigger an update to the live region after initial page load.
3. Observed Behavior
When the aria-live region updates, the same message is announced twice instead of once.
4. Expected Behavior
When the aria-live region updates, the new content should be announced exactly once.
4.a Possible Root Cause & Temporary Workaround
This appears to be a bug in the currently public Vega WebView v3.3.17 package.
We currently have no workaround right now, except waiting for a new version of WebView to fix this issue.
5. Logs or crash report
N/A
6. Environment
- SDK Version: Active SDK Version: 0.22.6759
Vega CLI Version: 1.2.22
7. Example Code Snippet / Screenshots / Screengrabs
N/A
Playback Issues
N/A
Additional Context
Since newer WebView versions are expected in Vega v0.23, WebView upcoming update, we would like to confirm whether this accessibility issue is already known/fixed in the upcoming release, thanks!