You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the user enters an Emoji with a number in a box such as 1️⃣ without any space after the screenName starting with @, the screenName parsing fails.
To Reproduce
Steps to reproduce the behavior:
Go to tweetdeck.twitter.com and open the text field for a new tweet.
Type @hello1️⃣ and post the tweet.
Check the tweet in the timeline.
See the garbled text like the attached image.
Expected behavior
The screenName is parsed correctly and the text is not garbled.
Environment
I see this phenomenon when using TweetDeck in Chrome for macOS.
Additional context
This problem also exists in the Objective-C implementation of twitter-text.
The text was updated successfully, but these errors were encountered:
Describe the bug
If the user enters an Emoji with a number in a box such as 1️⃣ without any space after the screenName starting with @, the screenName parsing fails.
To Reproduce
Steps to reproduce the behavior:
@hello1️⃣
and post the tweet.Expected behavior
The screenName is parsed correctly and the text is not garbled.
Environment
I see this phenomenon when using TweetDeck in Chrome for macOS.
Additional context
This problem also exists in the Objective-C implementation of twitter-text.
The text was updated successfully, but these errors were encountered: