Send button not shown once the user types in the message box
See original GitHub issueVersion
latest from CDN
Describe the bug
To Reproduce
Steps to reproduce the behavior:
- Go to Voice-enabled chatbot
- Start typing a message.
- The send button is not shown and only the mic icon is shown
- See error
Expected behavior
The mic icon should turn to send icon once the user starts typing something in the send box.
Additional context
[Bug]
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Send button not shown once the user types in the message box
Go to Voice-enabled chatbot · Start typing a message. · The send button is not shown and only the mic icon is shown...
Read more >My "SEND" button has disappeared - Thunderbird
When I click on it and view the items, There is NO icon for "SEND". I also do not see a "Composition" toolbar...
Read more >I can't find the Send button - Microsoft Support
Click File. Click the Info tab if you aren't already there, then click Account Settings > Account Settings.
Read more >c# - Hеlp-button in a message box not working in a console ...
In a Console application, if you have create a Form and show it, then the code snippet is working fine. Then I check...
Read more >Excel VBA MsgBox [Message Box] - All You Need to Know!
MsgBox Buttons – Yes, No and Cancel. You can use the 'vbYesNoCancel' constant to show the Yes, No, and Cancel buttons. Sub MsgBoxYesNoCancel()...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is one of the parity work we missed when moving to v4. In v3, it used to behave what @alokraj68 said.
But since we have a plan to revamp the sendbox (#2211), the UX will be greatly improve and this bug will no longer repro.
We can keep this bug open until we close #2211.
@alokraj68 Please note that you can still send the typed message by pressing Enter when you are ready to send.
I just tested this out and it is true that clicking the microphone button (instead of pressing enter) with a typed message in the send box turns on the microphone, rather than sending the typed message. It looks like this is a UX oversight, but I’m not sure how quickly we would implement a fix.
A related enhancement we have filed is https://github.com/microsoft/BotFramework-WebChat/issues/2211, which looks to have separate inputs depending on whether customer is using voice or keyboard.