Windows Terminal version
1.23.13503.0
Windows build number
10.0.22631.0
Other Software
No response
Steps to reproduce
- Enter a command, wait for it to finish outputting. Ideally the output is longer than one page.
- Scroll up in the window
- Click anywhere in the output area
- Notice the focus scrolls down and shifts to the bottom of the window
Note: setting snapOnInput to false fixes this issue, but the side effect is that keyboard input won't shift the focus to bottom anymore.
Note 2: if there are previous commands (other than the most recent command), clicking in the output area of them won't have this issue. It only affects the most recent output.
Expected Behavior
When clicking in the output, the focus doesn't shift. This is useful when trying to select texts from the outputs.
Actual Behavior
The focus scrolls down and shifts to the bottom of the window
Windows Terminal version
1.23.13503.0
Windows build number
10.0.22631.0
Other Software
No response
Steps to reproduce
Note: setting
snapOnInputtofalsefixes this issue, but the side effect is that keyboard input won't shift the focus to bottom anymore.Note 2: if there are previous commands (other than the most recent command), clicking in the output area of them won't have this issue. It only affects the most recent output.
Expected Behavior
When clicking in the output, the focus doesn't shift. This is useful when trying to select texts from the outputs.
Actual Behavior
The focus scrolls down and shifts to the bottom of the window