question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Send button not shown once the user types in the message box

See original GitHub issue

Version

latest from CDN

Describe the bug

To Reproduce

Steps to reproduce the behavior:

  1. Go to Voice-enabled chatbot
  2. Start typing a message.
  3. The send button is not shown and only the mic icon is shown
  4. 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:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
compulimcommented, Oct 17, 2019

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.

1reaction
corinagumcommented, Oct 17, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found