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

Accessibility of finding text #28448

Closed
Neurrone opened this issue Jun 11, 2017 · 9 comments
Closed

Accessibility of finding text #28448

Neurrone opened this issue Jun 11, 2017 · 9 comments
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues bug Issue identified by VS Code Team member as probable bug editor-find Editor find operations
Milestone

Comments

@Neurrone
Copy link

  • Version 1.14.0-insider
  • Commit 4541e70
  • OS Version: windows 10 1611, x64

Whenn using ctrl+f to find text (typing into the edit box and pressing enter), keyboard focus is not moved to the occurance (if any).
Find information should also be automatically read out when it changes. E.g "no results" when no occurances are found. f3 and ctrl+f3 does work quite well, but I noticed that the number of results e.g "2 of 3" is not automatically read out as well.

@zersiax
Copy link

zersiax commented Jun 12, 2017

Confirmed. I have to escape out a couple times and refocus on the editor to see where it landed me the first time. After this, f3 works. But this experience could definitely be streamlined.

@ramya-rao-a ramya-rao-a added the editor-find Editor find operations label Jun 12, 2017
@ramya-rao-a ramya-rao-a added the accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues label Jun 12, 2017
@alexdima alexdima added the bug Issue identified by VS Code Team member as probable bug label Jun 13, 2017
@alexdima alexdima added this to the On Deck milestone Jun 15, 2017
@derekriemer
Copy link

I have ideas of how this UX should work. It might be easier to explain with an audio example, or with my notepad++ addon. Thoughts on how I should explain what I see as the ideal usecase? I think the find widget in the editor is similar to an incremental find, am I correct? The editor scrolls to show the line of code in real time, so the user can see exactly the match. when f3 is pressed, the editor scrolls again.

@Neurrone
Copy link
Author

Neurrone commented Jan 9, 2018

@derekriemer have you implemented your idea in your notepad++ addon?

@derekriemer
Copy link

Yes.

@Neurrone
Copy link
Author

@derekriemer I think by default Vs Code doesn't come with incremental search, more like how normal ctrl+f works in notepad++ - don't think it scrolls as you type.

I tried your addon with notepad++'s incremental search and really like it.

@isidorn
Copy link
Contributor

isidorn commented Jun 18, 2019

@rebornix might you have time in the near future to look into this one?
If not, could you provide pointer / explanation of what might be wrong so someone with cycles can provide a PR?

@rebornix
Copy link
Member

@isidorn is this already fixed with #69741 ?

@isidorn
Copy link
Contributor

isidorn commented Aug 23, 2019

I think so. @Neurrone can confirm

@Neurrone
Copy link
Author

Yup, this is actually a duplicate of #69741.

@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues bug Issue identified by VS Code Team member as probable bug editor-find Editor find operations
Projects
None yet
Development

No branches or pull requests

7 participants