Skip to content
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

Shift+tab from the "replace" textbox doesn't bring to to the "find" textbox #1581

Closed
FremyCompany opened this issue Dec 22, 2015 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@FremyCompany
Copy link

Actually, you cannot even reach that textbox using tab from the replace text box in a reasonable way, as I found out.

Repro steps:

  • Open a text file
  • Hit Ctrl+H
  • Hit Tab
  • Hit Shift+Tab (once, but also as much as you want)
@Tyriar
Copy link
Member

Tyriar commented Dec 22, 2015

Can't repro with ctrl+f, I think you mean ctrl+h for find and replace.

The tab order seems screwed up:

Case 1:

  1. ctrl+h focus search term
  2. tab focus replace textbox
  3. shift+tab focus close dialog button, expected to focus search term

Case 2:

  1. ctrl+h focus search term
  2. tab focus replace textbox
  3. tab focus match case
  4. shift+tab focus search term, expected to focus replace textbox

@FremyCompany
Copy link
Author

Good catch. I meant CTRL+H indeed.

@bpasero bpasero added the bug Issue identified by VS Code Team member as probable bug label Dec 23, 2015
@bpasero bpasero added this to the Backlog milestone Dec 23, 2015
@bpasero
Copy link
Member

bpasero commented Dec 23, 2015

+1 for shift tab to move back to input field!

@FremyCompany
Copy link
Author

👍

@alexdima alexdima modified the milestones: Jan 2016, Backlog Jan 10, 2016
@bpasero bpasero assigned weinand and unassigned alexdima Jan 29, 2016
@weinand weinand added the verified Verification succeeded label Jan 29, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants