The new TextChatService’s UI sometimes cuts off a message at the right edge.
Screenshot:
^ “car” is truncated to be “ca”
Had another case where it truncated part of the n in “in” as well, but I forgot to screenshot it. I’ve experienced this a couple of other times in the past as well.
Expected behavior
TextChatService UI should always display the entirety of a message without cutting off any part of it
@be_nj@AliceLostInWonder Can we see this addressed some time soon? I recall 5+ duplicates of this report being filed over the past few months. It’s a well-known issue
I am glad to hear that, though if I had to be honest, I hoped and expected for a simple bug to get a fix quite relatively fast having first being reported since June 2023 (the bug definitely appeared earlier) in the TextChatService being the default for new experiences announcement post. It’s disappointing that this took 2 years to fix, but I guess better late than never.
One problem though when I checked the “RCTScrollView”, vertical scrollbar inset is set to “Always” which means it will offset even when scrollbar isn’t visible, it should be set to “ScrollBar”