This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Pressing enter to send message after ASCII emoticon does not close pop-up #1203
Comments
copperwall
added a commit
to copperwall/webogram
that referenced
this issue
Aug 13, 2016
This adds a call to `MessageComposer.hideSuggestions()` in the `onMessageSubmit` callback so that the autocompleter is always closed after a message is sent. To Reproduce ------------------ On master, send a message like ":D" and send the message. This will trigger the autocompleter to show up and suggest emojis, but after the message is sent, the autocompleter is still visible. On this branch, sending the same message will close the autocompleter after the message is sent. Fix zhukov#1203
copperwall
added a commit
to copperwall/webogram
that referenced
this issue
Aug 13, 2016
This adds a call to `MessageComposer.hideSuggestions()` in the `onMessageSubmit` callback so that the autocompleter is always closed after a message is sent. To Reproduce ------------------ On master, create a message like ":D" and send the message. This will trigger the autocompleter to show up and suggest emojis, but after the message is sent, the autocompleter is still visible. On this branch, sending the same message will close the autocompleter after the message is sent. Fix zhukov#1203
copperwall
added a commit
to copperwall/webogram
that referenced
this issue
Aug 13, 2016
This adds a call to `MessageComposer.hideSuggestions()` in the `onMessageSubmit` function so that the autocompleter is always closed after a message is sent. To Reproduce ------------------ On master, create a message like ":D" and send the message. This will trigger the autocompleter to show up and suggest emojis, but after the message is sent, the autocompleter is still visible. On this branch, sending the same message will close the autocompleter after the message is sent. Fix zhukov#1203
copperwall
added a commit
to copperwall/webogram
that referenced
this issue
Aug 13, 2016
This adds a call to `MessageComposer.hideSuggestions()` in the `onMessageSubmit` function so that the autocompleter is always closed after a message is sent. To Reproduce ------------------ On master, create a message like ":D" and send the message. This will trigger the autocompleter to show up and suggest emojis, but after the message is sent, the autocompleter will still be visible. On this branch, sending the same message will close the autocompleter after the message is sent. Fix zhukov#1203
It became fixed... |
@polybuildr it fixed itself 6 days ago, but now it happens again... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Recently I've noticed the following bug:
If I use an ASCII emoticon, such as
:P
, as soon as I type the:
, the pop-up list of emojis appears. When I typeP
after that and hit enter, the message is sent and the pop-up closes, but then reappears an instant later once again. The end state looks like this:The text was updated successfully, but these errors were encountered: