-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fixed: Right click doesn't always select the file/folder hovered over #10078
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
Fixed: Right click doesn't always select the file/folder hovered over #10078
Conversation
Looks good to me, assuming you tested with touch and the keyboard shortcut (I can test touch if you want). |
Yes, please. I have no way of testing with touch, it would be great if you could help me with that |
I seem to be getting an unhandled exception even without touch on the grid layouts |
I'll check |
List view looks good though 👍 |
Anyway, I'm not sure about the keyboard right-click behaviour. |
I agree, I meant to test that it still worked for the selected item 👍 |
Ok |
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.
This is a really nice change! LGTM
Resolved / Related Issues
Items resolved / related issues by this PR.
Comments
I changed
RightTapped
event-area, applying it to items' container (same as #9977 )If you think this is ok, I'll proceed with code cleanup (remove nullable warnings)
Validation
How did you test these changes?