BotFramework-WebChat
BotFramework-WebChat copied to clipboard
A highly-customizable web-based client for Azure Bot Services.
### Description The `autoScrollSnapOnActivity` style option does not seem to work as expected. According to the documentation, setting `autoScrollSnapOnActivity: 1` should disable auto-scrolling after the first activity is rendered, but...
### Is it an issue related to Adaptive Cards? _No response_ ### What is the PWD impact? This is a mirror bug created for LCW, I was able to reproduce...
### Is it an issue related to Adaptive Cards? No. ### What is the PWD impact? Screen reader users will be confused if extra information is being read which is...
> Fixes # ## Changelog Entry ## Description ## Design ### Build scripts changes - `npm run build:pre` will rewrite `package.json/localDependencies` and `package.json/scripts/start` - `scripts/start` is computed and overwrite automatically...
### I have a question In our bot implementation using Web Chat, we have a default welcome card that is triggered via the ConversationUpdate activity. However, even when we pass...
### Is it an issue related to Adaptive Cards? No. ### What is the PWD impact? Screen reader user is not able to access the chat bot responses. both in...
- Add forwardRef wrapper to Composer component - Expose focusSendBoxInput() method via ComposerRef - Export ComposerRef type for TypeScript consumers - Leverages existing useFocus('sendBox') infrastructure - Returns Promise for async...
### Is it an issue related to Adaptive Cards? No ### Is this an accessibility issue? No ### What version of Web Chat are you using? Latest production ### Which...
### Is your feature request related to a problem? Windows Narrator doesn't support `role="application"`. NVDA is buggy on it too. So, navigating between messages using up/down arrow keys are frustrating...
### Is your feature request related to a problem? Chromium browser is buggy at narrating complex contents. That's why Web Chat disabled narration of Adaptive Cards. ### Describe the suggestion...