-
Notifications
You must be signed in to change notification settings - Fork 30.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
Accessibility of finding text #28448
Comments
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. |
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. |
@derekriemer have you implemented your idea in your notepad++ addon? |
Yes. |
@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. |
@rebornix might you have time in the near future to look into this one? |
I think so. @Neurrone can confirm |
Yup, this is actually a duplicate of #69741. |
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.
The text was updated successfully, but these errors were encountered: