-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
#7422 may have regressed - click on the top pixel of a tab when maximized #11309
Comments
Doing #10242 again. The space around the tabs was made equal in windowed mode. For maximized mode, I made the titlebar be 33px tall, to compensate for #10746. ![padding](https://user-images.githubusercontent.com/84711285/131723737-d63b015c-2134-465a-a15b-6b44538b95c5.png)
I see a problematic behavior which does not exactly match #7422 — for me the minimize/maximize/close buttons behave normally, but anything on the tab bar (including the new tab button and the dropdown arrow) cannot be activated when clicking exactly at the top of the screen when the window is maximized. Clicks in the problem area above the tab bar seem to be completely ignored (a double click does not result in restoring the window size, a right click does not show the window menu or anything else). System information:
|
@kzshantonu what does your display layout look like in the Settings app, under System>Display? |
@zadjii-msft 150% scale, 2160x1440 |
Sorry, could you send me an actual screenshot of the little preview on that page? The last time this regressed, the actual alignment of the monitors was an influencing factor (which was insane). I just wanted to try and get a read if that would be an issue this time too. |
@zadjii-msft Single display |
Welp. That's easier to set up the repro for, but alas I'm not seeing that. Any chance you've got the "auto hide taskbar" setting enabled? |
@zadjii-msft no. But I do have a vertical left taskbar, since forever |
Windows 11 Terminal Preview 1.16.2642.0 has this issue. |
Same issue here The problem did not occur on one of the older versions, though unfortunately I can't remember which one it was Edit: Still occurs on version 1.16.10261.0 |
This issue also happens with the "plus" icon to open a new tab in Windows Terminal Version 1.15.3466.0, the "clickable" area should stretch up to top of the window border. |
Same issue here Seems like it might be related to multiple monitors and their alignment in Display settings like this seems OK |
terminal/src/cascadia/WindowsTerminal/NonClientIslandWindow.cpp Lines 533 to 559 in 72d0566
If I manually change that adjustment from -1 to -2, this seems to always work. Why though? What godforsaken rounding is causing this? And is this something that's silly and needs to be like, -3 at 250% scaling? AND just undoing the +1 as noted in a0670cb#commitcomment-56270857 didn't seem to change this at all. |
Just hit this again (terminal Version: 1.16.10262.0), but don't think that my UI is 150% scaled Not only I can't click, the topmost window pixel hover even stops highlighting the tab under the mouse cursor |
If I understand this issue correctly it seems I'm affected by it too. I can't select tabs when the windows is maximized by clicking on the top line of the screen. I've got a 4k (3840x2400) 15.6 inches 16/10 screen configured with a scaling factor of 225%. I even thought it never worked until I recently used terminal on a low DPI screen, where it worked correctly. |
I noticed this when moving to a new computer. I have two laptops side by side, both running the exact same version of Windows 11 with the exact same monitors, the same scaling set to 175% and resolution of 3840 x 2160. They even share the exact same Windows Terminal Old comp: New comp (affected): I used |
From discussion on a0670cb
This might also be the #11294 issue, but unlikely Dustin had the MUX commit at the time.
The text was updated successfully, but these errors were encountered: