Radiakk
(Radiakk)
April 16, 2023, 2:35am
#18
This issue is also occurring to my custom chat system. I use task.defer
to capture focus of the TextBox on the next resumption cycle to avoid capturing the “/”. This trick worked as expected up until today.
UserInputService.InputBegan:Connect(function(...)
...
task.defer(textBox.CaptureFocus, textBox)
end)
I thought this behavior may have been caused by the SignalBehavior flag, however it persists regardless of whether it’s Deferred
or Immediate
.
Edit: I realize this has been reported above, but I’ll leave it here in case it’s useful.
It seems like this issue is related to this change regarding user input frame ordering. It seems like the textbox is getting input and capturing focus before the additional input capture is called after the heartbeat step.
It would also explain why this works because the input isn’t being captured next frame.
2 Likes
Avadonia
(Avadonia)
April 16, 2023, 6:26am
#19
Also getting very annoyed players at my experience. Parts of my experience depends on TextChatService and I cannot revert back to the classic chat without redoing these portions. Hoping for an update on this soon.
1 Like
br_cks
(br_cks)
April 17, 2023, 5:26am
#21
Unable to find a workaround ):
koob85
(koob85)
April 17, 2023, 5:09pm
#22
I presume the team will take a look after the weekend is over? A bit weird it’s taken so long for a seemingly major communication bug.
1 Like
Purasia
(Purasia)
April 17, 2023, 5:24pm
#23
putting this bug report here in case you don’t see it
TextChatService Recent Bug Report
‘/’ Chat Box Input
Currently, whenever a PC player uses the ‘/’ shortcut to open the chatbox and begin typing, the ‘/’ is also inputted when it shouldn’t be.
Bubble Chat
Bubble chat has also been affected by switching to TextChatService.
Animations are not functioning as expected. When the last chat bubble disappears, it doesn’t smoothly fade out like the rest.
I’ve received many reports of chat bubbles disappearing too quickly (within a second of be…
Clasifex
(Thariq_q)
April 17, 2023, 5:45pm
#24
Hi everyone, we’ve identified a fix which should be included in our release next week. The team is also taking steps to ensure this regression doesn’t happen again in the future.
26 Likes
ultra_2033
(ultra_2033)
April 20, 2023, 5:30pm
#25
Why was it not already made with the option to turn it off when it was added?
Judgy_Oreo
(DisplayName)
April 21, 2023, 7:09am
#26
TextChatService
is currently opt-in. It is optional.
1 Like
LvieReal
(Lvie)
April 22, 2023, 2:10pm
#27
Right now the key got changed from / to . in the prompt
But . is emote menu and it still shows / in roblox menu
And it doesn’t open chat
That’s weird
3 Likes
Artoshia
(Artoshia)
April 22, 2023, 3:13pm
#28
This can be done using a more suitable method by simply using InputEnded instead. This will not trigger input into the text box.
1 Like
the / is part of my message too when i send it, so instead use LegacyChatService.
1 Like
koob85
(koob85)
April 23, 2023, 11:43pm
#30
Any updates? Been ~ a week and still doesn’t seem to be resolved.
I’ve also encountered this issue before in studio and in game.
I found the bug earlier and thought a fix would be deployed it is still happening, When can we expect a bug fix.
1 Like
Clasifex
(Thariq_q)
April 24, 2023, 10:11pm
#33
Studio/Client releases happen regularly on Wednesday, so you can expect the fix to roll out then. I will update in this thread here once the fix is out or if there’s any unexpected delays.
8 Likes
Clasifex
(Thariq_q)
April 26, 2023, 7:12pm
#34
Hi folks, due to an unrelated issue, Client release (which includes the fix for this bug) is being delayed to tomorrow. Sorry for the inconvenience and thank you for your patience!
6 Likes
In Roblox Studio, when using / it doesn’t even open at all.
Clasifex
(Thariq_q)
April 26, 2023, 10:03pm
#36
Thanks for reporting. I sent you a DM to follow up on your issue to avoid cluttering this thread.
Clasifex
(Thariq_q)
April 27, 2023, 7:46pm
#38
Hi everyone, this week’s release (573) has finally gone out and the issue should now be fixed. Thank you for your patience!
12 Likes
icymanred
(gengar)
April 27, 2023, 9:00pm
#39
why did it take so long for what should be a simple fix