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

Tutorial text window cuts off text #73367

Closed
dennmar opened this issue Apr 29, 2024 · 2 comments · Fixed by #73678
Closed

Tutorial text window cuts off text #73367

dennmar opened this issue Apr 29, 2024 · 2 comments · Fixed by #73678
Labels
ImGui Anything related to the new ImGui UI for SDL/tiles or ImTui for curses builds (S2 - Confirmed) Bug that's been confirmed to exist

Comments

@dennmar
Copy link

dennmar commented Apr 29, 2024

Describe the bug

The text window that pops up in the tutorial can cut off the last character in a line of text.

Attach save file

N/A

Steps to reproduce

  1. Select Tutorial Game at the title screen. The game will be done loading after player information is displayed on the right hand side (ex: L ARM and Sound).
  2. After loading into the game, press the right arrow key (→).
  3. Text will pop up at the top center of the screen that displays “clos” on the second to last line.

Expected behavior

The text window should be large enough to display all characters. In the example given to reproduce the bug, the second to last line should display “close” instead of “clos”.

Screenshots

TutorialCutoffText
TutorialCutoffTextFull

Versions and configuration

OS: Ubuntu 20.04 (with WSL and Windows 11)
Game Version: a60d305
Graphics Version: Terminal
In-game Language: English

Additional context

Sometimes, the text window will be large enough for all lines of text, but there are multiple instances within the tutorial where a line of text was cut off by one character. This bug can be observed with varying window sizes.

@dennmar dennmar added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Apr 29, 2024
@GuardianDll
Copy link
Member

Confirmed
image

@GuardianDll GuardianDll added (S2 - Confirmed) Bug that's been confirmed to exist ImGui Anything related to the new ImGui UI for SDL/tiles or ImTui for curses builds and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Apr 29, 2024
@katemonster33
Copy link
Contributor

Loaded the latest master, and while I could not reproduce the OP's exact issue (text was not cutoff), @GuardianDll 's issue is present. This is what the linked PR aims to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ImGui Anything related to the new ImGui UI for SDL/tiles or ImTui for curses builds (S2 - Confirmed) Bug that's been confirmed to exist
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants