[GH-ISSUE #274] TextView.ScrollTo(row,column) broken? #212

Closed
opened 2026-03-04 01:03:02 +03:00 by kerem · 1 comment
Owner

Originally created by @thorsager on GitHub (Apr 22, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/274

Having some issues using the .ScrollTo(row,column) func on the TextView, it seems that it keeps trackingEnd which makes it a bit hard to get it all going (when scrolling up from the buttom). If the .ScrollToBeginning() is used first (which sets trackEnd=false) it is then possible to scroll around.

Originally created by @thorsager on GitHub (Apr 22, 2019). Original GitHub issue: https://github.com/rivo/tview/issues/274 Having some issues using the `.ScrollTo(row,column)` func on the `TextView`, it seems that it keeps _trackingEnd_ which makes it a bit hard to get it all going (when scrolling up from the buttom). If the `.ScrollToBeginning()` is used first (which sets `trackEnd=false`) it is then possible to _scroll around_.
kerem closed this issue 2026-03-04 01:03:02 +03:00
Author
Owner

@rivo commented on GitHub (May 14, 2019):

You're right, this is a bug. The latest commit should fix this.

<!-- gh-comment-id:492278843 --> @rivo commented on GitHub (May 14, 2019): You're right, this is a bug. The latest commit should fix this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#212
No description provided.