-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix #13249 Mouse cursor on TextBox scrollbars shows as caret #13542
Conversation
@dotnet-policy-service agree |
Thank you for your first contribution! The selector isn't conditional at all here, so you can set That said, rather than specializing the |
@MrJul Thanks for feedback. |
Thanks @RobertMut As mentioned above, I believe we can have a local solution by fixing the Why? The idea here is to avoid changing the Are you interested in trying to fix the It would involve setting the |
Thanks for comment! |
Looking good! After testing, the floating watermark ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
What does the pull request do?
Fixes bug mentioned in #13249 "Mouse cursor on TextBox scrollbars shows as caret"
What is the current behavior?
When you move cursor over scrollbars it appears as normal pointer rather than caret
What is the updated/expected behavior with this PR?
Mouse pointer over scrollbar should appear as arrow.
![](https://camo.githubusercontent.com/1863f1c36845a0811a8bd6340e6964ed726b99484defdd410489e49305231111/68747470733a2f2f692e696d6775722e636f6d2f4d345956506c762e706e67)
How was the solution implemented (if it's not obvious)?
Added arrow cursor setter to ScrollViewer.xaml
Checklist
Breaking changes
Obsoletions / Deprecations
Fixed issues
Fixes #13249