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

Add Keyboard Focus Support #461

Open
dm-p opened this issue Jun 18, 2024 · 0 comments
Open

Add Keyboard Focus Support #461

dm-p opened this issue Jun 18, 2024 · 0 comments
Labels
a11y Accessibility-related enhancement New feature or request
Milestone

Comments

@dm-p
Copy link
Member

dm-p commented Jun 18, 2024

As Deneb currently doesn't have keyboard focus support enabled, we lose the focus when we try to navigate the editor with the tab key.

By enabling this, we can cycle the UI and press [Esc] to get back to the Power BI UI. However, we will need to:

  • Ensure that focus is restored to the element we were last focused on (or just the editor if it's easier) when we restore focus to the advanced editor
  • When we're in the report canvas, we need to be able to correctly show focus on the Vega view, so this will need investigation as to what will work best.
@dm-p dm-p added enhancement New feature or request a11y Accessibility-related labels Jun 18, 2024
@dm-p dm-p added this to the 2.x milestone Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Accessibility-related enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant