While typing messages in games that use the TextChatService
, the text box does not expand downwards until the message contains enough characters to fit on 3 lines.
This is an issue that was previously reported as a bug in 2022 and was marked as resolved. I am unsure of a specific month when I started encountering this issue, but as far as I am aware, I’ve observed this behavior since sometime in 2023 (maybe earlier).
Video Example:
Date First Experienced:
- 2023 (or earlier)
Reproduction Steps:
- Join any game that is using the
TextChatService
. - Open the in-game chat.
- Start typing a message until it is too long to fit on the first line of the text box.
- Observe that the text box does not expand to display your message until it reaches the third line of text.
System Information:
- Windows 10 OS. Version 10.0.19045 Build 19045
- Relevant Display Settings:
- Monitor resolution is 2560x1440
- Windows “size of App and Text” scaling is set to 225%
- CPU: Intel Core i7-7700K CPU @ 4.20GHz
- Memory: 32.0 GB
- GPU: NVIDIA GeForce GTX 1080
Expected behavior
The expected behavior is that the text box should immediately expand to display what I am typing if there is not enough room for the message to fit on the currently visible lines.