-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:') emoji string no longer recognized #18912
Comments
We removed emoticon autocomplete and made the autocomplete window show up only after you type more than 2 characters. If you type This was intentional (see #18593), what about the current behaviour is exactly the problem, how would you like this to work? Related #18833 |
I don't always want to send graphical emoji - especially in bridged IRC rooms, this can often be problematic because of lacking emoji support in many people's clients. Aside from that, the graphical emoji sometimes have a different (cultural) context from the text-based ones - this is the case for For that reason, I wouldn't want to enable automatic emoticon conversion, but would still want a way to quickly enter it as a graphical emoji when desired, as I was able to do in prior versions. Reverting to the previous logic would be fine for me - I'm not sure why it was deemed necessary to remove it in the first place, since as far as I can see it wouldn't interfere with anything else. |
See #18593 I'll let design decided what they want to do here |
That does not seem related; |
Well, it would be weird, imo, if you could autocomplete |
It would be inconsistent in a certain sense, yes, but that still seems like a better outcome to me than "completely broken"... the root issue here is a conflict between the natural prefix of emoticons and the search prefix for emoji, both of which are So to me, the minimum reasonable solution in those circumstances would seem to be "maximum coverage of conflict-free emoticons", which is a set that both The original issue that you linked to (which might slightly interfere with that by unintentionally converting some emoticons to emoji) seems to have been the switch from Tab to Enter as the confirmation key for emoji selection, which in and of itself is a strange choice, considering the UI conflicts it introduces. Even if "ARIA standards" suggest that Enter should be used, that's not how it's commonly implemented precisely because you then can't distinguish between two different confirmation actions (autocomplete vs. send), which also creates user confusion because it makes them uncertain whether hitting Enter will send their incomplete message or not. That does not sound good for accessibility to me. So it seems to me that the easiest way to make the whole thing go away and make everything work for everybody again, is to just revert emoji picker confirmation to the auto-confirmation setup with Tab and Escape, instead of Enter? Or even allow Backspace to be used for cancellation as well, if you want it to match the semantics of things like MS Office's autocorrect. |
I totally agree with enter confirming the first autocomplete suggestion not being great. I sometimes use the |
Steps to reproduce
:')
into composerWhat happened?
What did you expect?
For the emoji picker to appear, and let me select "😂" - this worked in previous versions.
What happened?
No emoji picker appears at all, string appears to not be recognized.
Operating system
Nixos 20.09
Application version
Element version: 1.8.2 Olm version: 3.2.3
How did you install the app?
NixOS repository
Homeserver
pixie.town
Have you submitted a rageshake?
No
The text was updated successfully, but these errors were encountered: