-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
[TUI] Scroll-jump / auto-scroll behavior is still disruptive in 2026.3.8 #44130
Copy link
Copy link
Open
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
The TUI still has a scroll-jump problem during normal chat use.
When I send a new message/order in
openclaw tui, the view jumps/scrolls in a very disruptive way instead of staying stable where I am reading. In practice it feels like the screen scrolls from top to end and makes the conversation annoying to follow.This appears related to the previously reported TUI auto-scroll issue, but the problem is still being experienced in current use.
Environment
openclaw tuiProblem
During active TUI use, especially when interacting repeatedly with the agent, the chat view unexpectedly jumps/scrolls instead of preserving a stable reading position.
The user-visible effect is:
This is especially frustrating for users who primarily work in the terminal and use TUI as their main interface.
Expected behavior
Actual behavior
Why this may be a regression / related issue
There was a previous TUI issue here:
[TUI] Chat window auto-scrolls to top during streaming responsesThat issue is now closed, but similar scroll-jump behavior is still being observed in current TUI usage on 2026.3.8.
There is also a related open request for Control UI / WebChat:
Feature Request: Option to disable auto-scroll in Control UI / WebChatThis new report is specifically about the TUI experience still being disruptive.
Suggested direction
Possible fixes/features:
Impact
This is a UX issue rather than a hard failure, but it significantly affects terminal-first workflows.