-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feature: Close column when selecting a file #11003
Feature: Close column when selecting a file #11003
Conversation
I think we should refactor |
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.
Apart from this I think it's ok
Yes, we probably should |
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
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@ferrariofilippo while it closes the column, it doesn't seem to clear the gray background on the folder. A second issue I noticed is that the column doesn't close if you select the file via keyboard shortcuts. |
Done |
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.
Details
Actual fix is at:
FileList_ItemTapped(...)
ofColumnViewBase.xaml.cs
(lines 531-564)ColumnViewBase_ItemTapped(...)
ofColumnViewBrowser.xaml.cs
(lines 341-354)Validation
How did you test these changes?