Skip to content

Stop console auto-scroll from fighting manual scroll-up#4988

Merged
Gabriel Dufresne (GabrielDuf) merged 1 commit into
mainfrom
fix/console-scroll-fix-4987
Jun 23, 2026
Merged

Stop console auto-scroll from fighting manual scroll-up#4988
Gabriel Dufresne (GabrielDuf) merged 1 commit into
mainfrom
fix/console-scroll-fix-4987

Conversation

@GabrielDuf

Copy link
Copy Markdown
Contributor

This pull request improves the user experience of the log output window by ensuring that auto-scrolling to the bottom only occurs if the user hasn't manually scrolled up to read earlier lines. This prevents the view from fighting user-initiated scrolls when new output is appended.

Improvements to log output window scrolling behavior:

  • Added an IsScrolledToBottom property to LogTextEditor to detect if the view is currently pinned to the last line.
  • Updated OperationOutputWindow so that auto-scroll to the bottom only happens if the user was already at the bottom before new log lines were added, preserving manual scroll position.

@GabrielDuf Gabriel Dufresne (GabrielDuf) merged commit cb1e8df into main Jun 23, 2026
4 of 5 checks passed
@GabrielDuf Gabriel Dufresne (GabrielDuf) deleted the fix/console-scroll-fix-4987 branch June 23, 2026 17:54
@GabrielDuf Gabriel Dufresne (GabrielDuf) linked an issue Jun 23, 2026 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Cannot scroll up in new console window

2 participants