Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Pressing enter to send message after ASCII emoticon does not close pop-up #1203

Closed
polybuildr opened this issue Aug 10, 2016 · 3 comments · Fixed by #1207
Closed

Pressing enter to send message after ASCII emoticon does not close pop-up #1203

polybuildr opened this issue Aug 10, 2016 · 3 comments · Fixed by #1207

Comments

@polybuildr
Copy link

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 type P 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:

screenshot

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
@stek29
Copy link
Collaborator

stek29 commented Aug 25, 2016

It became fixed...

@polybuildr
Copy link
Author

@stek29, did you mean to comment that on #1207? As of 0.5.5 (which is the version I have), this still happens.

@stek29
Copy link
Collaborator

stek29 commented Aug 30, 2016

@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.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants