-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fix: Navigating using left/right arrows in the column layout no longer crashes the app #10421
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: Navigating using left/right arrows in the column layout no longer crashes the app #10421
Conversation
…tMako/Files into 10109_CrashArrowColumnView
…tMako/Files into 10109_CrashArrowColumnView
The work for this PR is almost done, but I cannot find a cleaner way to refresh the selection when backing up to the previous folder between line.222 and line.226 in |
Cannot find a cleaner way to solve this problem, so I'm opening it for review. |
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.
There are some problems with the code style and lines 402 -> 410 (src.Files.App/Views/LayoutModes/ColumnViewBase.xaml.cs
), otherwise it is fine.
I may have found a bug but I'm not sure if it's related to this PR and the way we focus a blade. 1.mp4Everything else works as intended |
I'm going to investigate this. It is probably linked to this PR, since beforehand we would not even move between the blades. |
After messing around a bit with the feature, I think it's not linked to the PR at all. Moving up and down with the arrows messes the display as well. I did not touch those. I propose to open another issue about this< EDIT: May be this one #9103 |
I'll do so. |
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
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
Resolved / Related Issues
Items resolved / related issues by this PR.
What has been done
Validation
How did you test these changes?
Screenshots