-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Fix: Fixed Ctrl+A in the rename textbox #12050
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
Conversation
I'm wondering if we should disable all the shortcuts when renaming items... |
Certainly. However, this fix is necessary anyway, since the problem here is not that Select All Items is invoked, but that Select All Text is not invoked. The code is intended to disable the ListView native shortcut and redirect to RichCommand. |
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, it solves the issue.
Regarding the disabling of all shortcuts when renaming, that is possibly a good idea. |
I'm sorry probably I was not very clear. That comment meant that we could move |
Just opened #12053 |
I see. I will address it that way later. |
I addressed it. |
Targeted to the servicing branch
Resolved / Related Issues
Closes Bug: Ctrl + A shortcut isn't selecting text when renaming files #12040
Validation
How did you test these changes?