-
-
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
Feature: Use the tab key to select the next file while renaming #11063
Feature: Use the tab key to select the next file while renaming #11063
Conversation
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 and works on my machine.
I do have the issue where the down arrow doesn't do anything when at the start of the name as well. It'd be nice to fix it indeed.
|
Added. I had to use |
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
I changed
|
|
Everything should work now |
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 and works for me.
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
@ferrariofilippo can you confirm this resolves #6675? |
Yes |
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 and seems to work
I tested, it not only seems to work but it's a great improvement 😅 |
Resolved / Related Issues
Items resolved / related issues by this PR.
Comments
There's a bug when you're at the beginning of a word and press Down Arrow. Nothing happens (also when you're at the end and press Up Arrow). Neither
KeyDown
norPreviewKeyDown
events are raised.GridView
layout is not affected by the bug (butTiles
is)I'll try to find a solution
Validation
How did you test these changes?