You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
(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.)
The text was updated successfully, but these errors were encountered:
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
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
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
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.
Environment
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.
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.
(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.)
The text was updated successfully, but these errors were encountered: