Fix Narrator reading out attachments and timestamps in transcript#2226
Merged
corinagum merged 9 commits intomicrosoft:masterfrom Jul 29, 2019
Merged
Fix Narrator reading out attachments and timestamps in transcript#2226corinagum merged 9 commits intomicrosoft:masterfrom
corinagum merged 9 commits intomicrosoft:masterfrom
Conversation
compulim
approved these changes
Jul 26, 2019
Contributor
There was a problem hiding this comment.
- In
CarouselFilmStrip.jsline 143, you will see<Timestamp ... />. Can you remove thearia-hiddenprop there? It is becauseTimestamp.jsno longer supportaria-hiddenprop. - Also in
CarouselFilmStrip.jsline 132, you will see<Bubble fromUser...>, this one does not set the requiredaria-hiddenprop.
Thanks for cleaning up unused props. 👍
Contributor
Author
|
Okay, final fixes are in. I'll do one more sanity check before merging, probably by Monday. If anyone wants to comment or pull this branch to test before that merge, please feel free to do so. :) |
compulim
pushed a commit
that referenced
this pull request
Jul 30, 2019
) * Fix README sample link * Update Legacy lifecycle methods to UNSAFE_ * fix #2193: Attachments not spoken by Narrator * Add timestamp back to aria-labels * fixes * PR fixes * Apply PR fixes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2193
Fixes #2150
Changelog Entry
Description
A previous change to Web Chat made screenreaders ignore attachments and the timestamp. attachments will no longer be ignored, and timestamps have been set to be read as mm/dd/ hh:mm by the narrator.
Specific Changes
UNSAFE_prefix.<span>has been added in Web Chat to force screen reader to behave more uniformly across browsers. To prevent the screen reader reading the same thing twice, the corresponding displayed element has been marked witharia-disabled=truePlease note that there have been additions made to our Localization strings, and native speakers of non-English languages are invited to perform PRs with these new additions. Thank you! :)
Testing json file: