Skip to content
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

Fixed TGUI text input jumping to end constantly. #27827

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

FunnyMan3595
Copy link
Contributor

What Does This PR Do

TGUI text input would constantly jump you to the end if you dared to try editing any other part of the text you were writing.
It doesn't do that anymore.

Why It's Good For The Game

One less part of this game will drive players crazy.

Testing

Edited input at the end.
Edited input elsewhere.
Sent input by pressing enter.
Sent input by clicking the submit button.
Sent input by clicking OUT of the text area, then clicking the submit button.


Declaration

  • I confirm that I either do not require pre-approval for this PR, or I have obtained such approval and have included a screenshot to demonstrate this below.

Changelog

🆑
fix: TGUI text input will no longer constantly jump you to the end while you're trying to edit earlier in what you typed.
/:cl:

@FunnyMan3595 FunnyMan3595 added Fix This PR will fix an issue in the game TGUI This PR modifies TGUI, will conflict labels Jan 4, 2025
@ParadiseSS13-Bot ParadiseSS13-Bot added the -Status: Awaiting merge This PR is ready for merge label Jan 5, 2025
@Burzah Burzah added this pull request to the merge queue Jan 6, 2025
Merged via the queue into ParadiseSS13:master with commit 234cac7 Jan 6, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-Status: Awaiting merge This PR is ready for merge Fix This PR will fix an issue in the game TGUI This PR modifies TGUI, will conflict
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants