Skip to content

RichCommands: Switch tabs command #11916

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

Merged
merged 7 commits into from
Mar 31, 2023

Conversation

ferrariofilippo
Copy link
Contributor

@ferrariofilippo ferrariofilippo commented Mar 31, 2023

Resolved / Related Issues

Details

Validation
How did you test these changes?

  • Did you build the app and test your changes?
  • Did you check for accessibility? You can use Accessibility Insights for this.
  • Did you remove any strings from the en-us resource file?
    • Did you search the solution to see if the string is still being used?
  • Did you implement any design changes to an existing feature?
    • Was this change approved?
  • Are there any other steps that were used to validate these changes?
    1. Open some tabs
    2. Swap active tab using shortcuts

@yaira2
Copy link
Member

yaira2 commented Mar 31, 2023

Should I introduce a common base action to reduce code dupication or is it overkill?

It's good as is 👍

@yaira2
Copy link
Member

yaira2 commented Mar 31, 2023

(You can hold down Ctrl + Tab to switch more than once)

Apparently Edge only allows it once, do you think we should do the same?

@yaira2 yaira2 added the changes requested Changes are needed for this pull request label Mar 31, 2023
@ferrariofilippo
Copy link
Contributor Author

Apparently Edge only allows it once, do you think we should do the same?

After some testing I think we should do that too. You can't really predict where you will land if you keep pressing Ctrl + Tab (unless we introduce some kind of delay so that you could choose where to stop)

@yaira2 yaira2 changed the title RichCommands: More tabs commands RichCommands: Switch tabs command Mar 31, 2023
@yaira2 yaira2 added needs - code review and removed changes requested Changes are needed for this pull request labels Mar 31, 2023
Copy link
Member

@0x5bfa 0x5bfa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding concerns

ferrariofilippo and others added 4 commits March 31, 2023 20:32
Co-authored-by: 0x5BFA <62196528+0x5bfa@users.noreply.github.com>
Co-authored-by: 0x5BFA <62196528+0x5bfa@users.noreply.github.com>
Co-authored-by: 0x5BFA <62196528+0x5bfa@users.noreply.github.com>
Copy link
Member

@yaira2 yaira2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yaira2 yaira2 added ready to merge Pull requests that are approved and ready to merge and removed needs - code review labels Mar 31, 2023
@yaira2 yaira2 merged commit e04f087 into files-community:main Mar 31, 2023
@ferrariofilippo ferrariofilippo deleted the RichCommand_Swap_Tab branch March 31, 2023 18:58
@QuaintMako QuaintMako mentioned this pull request Apr 1, 2023
78 tasks
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: Changing tab with keyboard doesn't update address bar
3 participants