-
Notifications
You must be signed in to change notification settings - Fork 193
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 in markdown for specific patterns should be avoided #1297
Comments
😛 |
@karlcow it might be enough to add a space after the (Disabling emoji rendering is tricky. Parsing the message maybe overhead?) |
That might work as a quick hack. If we do move to a form with multiple textareas for expected/actual behavior (as has been suggested in a few issues), we can also avoid this problem by adding the expected/actual behavior headings to the user input ourselves, once they're submitted to the back-end. But I agree we probably want some way to tell the emoji lib, don't look at these strings. |
hi, I'm starting to look at this bug. after #1547 gets merged, the text area placeholder will no longer contain ":". ie it has changed to: For example,
does this mean this issue could be closed or should it still be fixed? |
Another instance in webcompat/web-bugs#19090 |
This is happening in https://webcompat.com/issues/4313
When a user is typing a character in a form which is just after
:
without leaving a space. The converter will interpret it as an emoji. Some strings should be out of parsing because there are part of the system.Expected behavior:
Should not be parsed for emojis.The text was updated successfully, but these errors were encountered: