-
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
A hidden mouse cursor won't reappear when moved if over a tab #8918
Comments
😢 - I guess the TabView is capturing the pointer move events somehow. |
I tried the following
|
Oof, yeah. I had similar trouble with the implementation of the I-beam cursor over the control. It drives me mad that the cursor is a property of the application window, but controls need to individually set it. Absolutely mad. |
/cc @zadjii-msft triage decision: 1.7 |
@DHowett - is it still possible to fix / rollback it for 1.6 Preview? |
NOPE, but I can include a rollback or a fix in a servicing update. |
That's W I L D. I don't think it's that bad that we need to release a 1.6 hotfix to roll this back, but we should definitely have a fix for 1.6 stable. |
Yeah, the only reason I noticed this was because I was doing some testing where I needed to repeatedly open and close a tab, and I had the mouse hovering over the tab so I could quickly get to the close button. That's not exactly typical usage, so I think it's unlikely many people will encounter this issue. |
🎉This issue was addressed in #8952, which has now been successfully released as Handy links: |
Environment
Windows build number: Version 10.0.18363.1256
Windows Terminal version (if applicable): commit d29d72e
Steps to reproduce
Expected behavior
The mouse cursor should reappear.
Actual behavior
The mouse cursor remains invisible until you move it onto the main output area of the window. But you can still see focus interactions, and tooltips changing, as you move over the tab controls.
Interestingly, if you move the mouse right off the WT window, it will become visible, but then moving back onto a tab will make it disappear again.
The text was updated successfully, but these errors were encountered: