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

Support go to symbol in the accessible view #188702

Closed
meganrogge opened this issue Jul 24, 2023 · 1 comment · Fixed by #189575
Closed

Support go to symbol in the accessible view #188702

meganrogge opened this issue Jul 24, 2023 · 1 comment · Fixed by #189575
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-release-notes Issue/pull request mentioned in release notes on-testplan
Milestone

Comments

@meganrogge
Copy link
Contributor

meganrogge commented Jul 24, 2023

ATM, this is opening the symbols for the focused editor pane. We will also want to make sure that the accessible view remains open despite the blur event that will occur on quick pick open. Also check the zIndex as I think it's currently set to = that of the quickpick, but will need to be < than it

@meganrogge meganrogge self-assigned this Jul 24, 2023
@meganrogge meganrogge added this to the August 2023 milestone Jul 24, 2023
@meganrogge meganrogge added feature-request Request for new features or functionality accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues labels Jul 24, 2023
@meganrogge
Copy link
Contributor Author

We'd need an active editor pane to make use of the one used by the editor.... might have to make a custom one instead

meganrogge added a commit that referenced this issue Aug 3, 2023
@vscodenpa vscodenpa added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Aug 3, 2023
@meganrogge meganrogge added the on-release-notes Issue/pull request mentioned in release notes label Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-release-notes Issue/pull request mentioned in release notes on-testplan
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants