Skip to content

Conversation

@jagorrin
Copy link
Contributor

@jagorrin jagorrin commented Feb 6, 2020

Fix for #3783.

Enables screen reader announcements when using an accessibilityLiveRegion. FrameworkElementViewManager already has code for handling an accessibilityLiveRegion announcement, but is currently filtering it out due to GetNativeProps not having an entry for it. This change adds that to the list of native props so that the existing code that responds when the accessibilityLiveRegion changes actually executes.

The existing code in question is in the same file under this if statement:
else if (propertyName == "accessibilityLiveRegion")

Microsoft Reviewers: Open in CodeFlow

@jagorrin jagorrin requested a review from a team as a code owner February 6, 2020 18:22
@ghost ghost added the vnext label Feb 6, 2020
@msftclas
Copy link

msftclas commented Feb 6, 2020

CLA assistant check
All CLA requirements met.

@acoates-ms acoates-ms added the AutoMerge Causes a PR to be automatically merged once all requirements are passed (label drives bot activity) label Feb 7, 2020
@ghost
Copy link

ghost commented Feb 7, 2020

Hello @acoates-ms!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit ffaa105 into microsoft:master Feb 7, 2020
@jagorrin jagorrin deleted the accessibilityLiveRegionFix branch February 7, 2020 21:30
kmelmon pushed a commit that referenced this pull request Feb 20, 2020
#4139)

* Add accessibilityLiveRegion to GetNativeProps

* Change files

* Formatting
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AutoMerge Causes a PR to be automatically merged once all requirements are passed (label drives bot activity)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants