mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[GH-ISSUE #560] bug: scrollbox with content longer than window breaks on scroll/resize #149
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @safareli on GitHub (Jan 20, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/560
https://github.com/user-attachments/assets/d41f52e7-d412-45f3-953d-b6492ed63016
code:
@jettptacek commented on GitHub (Jan 26, 2026):
Found the problem! Your height can't be forced to 1 with wrapping enabled. Set it to
"auto"and you should be good to for either char or word wrapping@remorses commented on GitHub (Jan 26, 2026):
Also try setting flexShrink to zero to all text elements