microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.5k stars 2.45k forks source link

Keyboard controls don't work properly with a screen reader #6665

Closed rjayapra closed 1 month ago

rjayapra commented 2 months ago

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

What package version of the SDK are you using. 4.13.0

Describe the bug

Give a clear and concise description of what the bug is.

Keyboard controls don't work properly with a screen reader as instructed by the chatbot widget help page. This widget help page is part of the Microsoft Webchat library.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Expected to work as per the help widget, but does not.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Tracking Status

Dotnet SDK [TODO]()

Javascript SDK [TODO]()

Python SDK [TODO]()

Java SDK [TODO]()

Samples [TODO]()

Docs [TODO]()

Tools [TODO]()

tracyboehrer commented 1 month ago

This wouldn't be an SDK issue. WebChat perhaps?