BotFramework-WebChat icon indicating copy to clipboard operation
BotFramework-WebChat copied to clipboard

A highly-customizable web-based client for Azure Bot Services.

Results 374 BotFramework-WebChat issues
Sort by recently updated
recently updated
newest added

## Screenshots Message with a single mailto link: ![image](https://user-images.githubusercontent.com/63668650/123402948-307e4f80-d5a0-11eb-86c0-5631cd526679.png) Message with hyperlink and mailto link: ![image](https://user-images.githubusercontent.com/63668650/123403019-3ffd9880-d5a0-11eb-9488-948857523372.png) ## Version ```xml ``` ## Describe the bug If a single mailto link is...

bug
customer-reported
Bot Services
customer-replied-to
ExemptFromDailyDRIReport

## Screenshots ![Adaptive Card Scrolling](https://user-images.githubusercontent.com/22172694/115229152-fe212380-a112-11eb-88a4-686d0df9a8e3.gif) ## Version [latest](https://cdn.botframework.com/botframework-webchat/latest/webchat.js)(current version: 4.13.0) ## Describe the bug When an adaptive card follows another adaptive card after submitting the first one, the chatbot doesn't...

bug
customer-reported
Bot Services
customer-replied-to
ExemptFromDailyDRIReport

**Version** Latest es5 Version : [link](https://cdn.botframework.com/botframework-webchat/latest/webchat-es5.js) **Browser** Chrome (Version 91.0.4472.77 (Official Build) (64-bit)) **Description about the Bug** In Windows system, for the display resolution 125%, when we click on the...

area-accessibility
customer-reported
Bot Services
customer-replied-to
ExemptFromDailyDRIReport

Hi, I'm reporting this issue occurred using web chat js library (latest version https://cdn.botframework.com/botframework-webchat/latest/webchat.js) I've enabled the webchat to use Cognitive Services Speech Services as described here: https://github.com/microsoft/BotFramework-WebChat/blob/master/docs/SPEECH.md ``` (async...

bug
customer-reported
Bot Services
customer-replied-to
ExemptFromDailyDRIReport

# Please view our [Technical Support Guide](https://github.com/microsoft/BotFramework-WebChat/tree/main/docs/TECHNICAL_SUPPORT_GUIDE.md) before filing a new issue. ## Screenshots ## Version > To determine what version of Web Chat you are running, open your browser's...

bug

Today, customizing microphone button, means: - Cloning `BasicSendBox.js`, point the microphone button to a new one - Cloning `BasicWebChat.js`, and point it to newer `BasicSendBox.js` - Using new `BasicWebChat.js` in...

needs-design-input
backlog
feature-request

## Feature Request **Describe the suggestion or request in detail** At the moment, customers can hide the Send Box through Web Chat's style options; however, the `hideSendBox` option also hides...

backlog
feature-request

> Related to #3974. ## Feature Request We introduced `packages/bundle/src/speech/createAudioConfig.ts` in #3974. It can be used to implement microphone input for Speech SDK, outside of Web Audio API. Web devs...

area-speech
backlog
feature-request

> Related to #3974. ## Feature Request In `packages/bundle/src/speech/createMicrophoneAudioConfigAndAudioContext.ts`, we are using `PcmRecorder` from Speech SDK: - It is not using audio worklet via blob URL - It is hardcoded...

area-speech
backlog
feature-request

## Feature Request We would like to remove the 'unsafe-inline' CSP header for security reasons. However, when we remove the 'unsafe-inline' header, we get the following error in the client....

customer-reported
Bot Services
feature-request