Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling not possible with some window-filling applications #2364

Closed
adrianghc opened this issue Aug 8, 2019 · 2 comments
Closed

Scrolling not possible with some window-filling applications #2364

adrianghc opened this issue Aug 8, 2019 · 2 comments
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@adrianghc
Copy link

adrianghc commented Aug 8, 2019

Environment

Windows build number: 18362.267
Windows Terminal version (if applicable): 0.3.2171.0

Any other software? poolmon

Steps to reproduce

Start an application like poolmon from the Windows WDK that takes up the entire screen buffer while it's running.

Expected behavior

Under the normal Windows 10 terminal, I can scroll through it with the scrollbar and the scroll wheel.

image
image

Actual behavior

Using Windows Terminal 0.3.2142.0, there is no scrollbar and using the scroll wheel does not do anything either. Hovering over where the scroll bar should be makes it appear, but there is no actual bar, only up and down arrows.

image
image

(By the way, if anyone knows what's up with that PEPI memory leak you'd be my hero but that's another story, I guess.)

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Aug 8, 2019
@DHowett-MSFT
Copy link
Contributor

This is likely to be "conpty doesn't support mouse events" and then "windows terminal doesn't support mouse events." This is doubly true if the application in question actually listens for Windows mouse events (and not VT mouse events.). #376 #545

@DHowett-MSFT DHowett-MSFT added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Aug 16, 2019
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label Aug 16, 2019
@Squall-Leonhart
Copy link

Squall-Leonhart commented Mar 19, 2023

None of the changes mentioning this issue have fixed this issue, Poolmon is not scrollable when the buffer size exceeds the starting window height.

I don't think it has anything to do with the issues that were 'supposed' to be the cause, and a terminal developer should have a chat with someone on the DDK/WDK team that has access to the poolmon source to get a better understanding of the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants