Skip to content
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: Fixed issue where right clicking a file would display options to open in new tab #16627

Merged

Conversation

ferrariofilippo
Copy link
Contributor

Resolved / Related Issues

To prevent extra work, all changes to the Files codebase must link to an approved issue marked as Ready to build. Please insert the issue number following the hashtag with the issue number that this Pull Request resolves.

Steps used to test these changes

Stability is a top priority for Files and all changes are required to go through testing before being merged into the repo. Please include a list of steps that you used to test this PR.

  1. Enable the three Show option to open folders in... settings
  2. Right click a file, see that none of the options are visible
  3. Right click a folder

Notes
Please read the issue's comments.
I decided to go with the second option described there. Let me know if this is fine.

(Actually there's a third way: changing how ContextMenuFlyoutItemViewModelBuilder.Build() works, but I don't think it is worth the effort)

@yaira2 yaira2 changed the title Fix: Right clicking a file displays disabled options to open in new tab Fix: Fixed issue where right clicking a file would display options to open in new tab Dec 22, 2024
@yaira2 yaira2 added ready to merge Pull requests that are approved and ready to merge and removed needs - code review labels Dec 22, 2024
@yaira2 yaira2 merged commit 8d451d5 into files-community:main Dec 22, 2024
6 checks passed
@ferrariofilippo ferrariofilippo deleted the bug_right_click_disabled_options branch December 22, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Pull requests that are approved and ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Right clicking a file displays disabled options to open in new tab
3 participants