Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: announce teams channel results when you type #2539

Closed
wants to merge 5 commits into from

Conversation

musale
Copy link
Contributor

@musale musale commented Jun 23, 2023

Closes #2292

PR Type

  • Bugfix

Description of the changes

  • Announce the rendered results in the dropdown
  • Announce the filtered resutls in the drop down

PR checklist

  • Project builds (yarn build) and changes have been tested in at least two supported browsers (Edge + non-Chromium based browser)
  • All public APIs (classes, methods, etc) have been documented following the jsdoc syntax
  • Stories have been added and existing stories have been tested
  • Added appropriate documentation. Docs PR:
  • License header has been added to all new source files (yarn setLicense)
  • Contains NO breaking changes

Other information

Signed-off-by: Martin Musale <martinmusale@microsoft.com>
Signed-off-by: Martin Musale <martinmusale@microsoft.com>
Signed-off-by: Martin Musale <martinmusale@microsoft.com>
@musale musale added this to the 2023-07 milestone Jun 23, 2023
@ghost
Copy link

ghost commented Jun 23, 2023

Thank you for creating a Pull Request @musale.

This is a checklist for the PR reviewer(s) to complete before approving and merging this PR:

  • I have verified a documentation PR has been linked and is approved (or not applicable)
  • I have ran this PR locally and have tested the fix/feature
  • I have verified that stories have been added to storybook (or not applicable)
  • I have tested existing stories in storybook to verify no regression has occured
  • I have tested the solution in at least two browsers (Edge + 1 non-Chromium based browser)

@musale
Copy link
Contributor Author

musale commented Jun 23, 2023

@microsoft-graph-toolkit-write this should work BUT I have found an issue in handling the state of component. Visually, everything looks like it's working correctly. Using narrator, other bugs come up.

Repro 1

  • Open teams-channel-picker with narrator ON.
  • Focus on the input. This will announce the results CORRECTLY.
  • type a single letter. This will announce the filtered results CORRECTLY.
  • Type the second later. Nothing is announced.
  • Delete everything. Nothing is announced.

This is a different experience in the people-picker.

Any ideas to fix this experience are very welcome 😄

@github-actions
Copy link

The updated storybook is available here

3 similar comments
@github-actions
Copy link

The updated storybook is available here

@github-actions
Copy link

The updated storybook is available here

@github-actions
Copy link

The updated storybook is available here

@github-actions
Copy link

The updated storybook is available here

@gavinbarron gavinbarron deleted the branch v3-feature-branch June 27, 2023 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
2 participants