Skip to content

Keyboard accessibility and focus indication #2145

@bpasero

Description

@bpasero

We no longer hide the focus outline when using the Tab key to move focus into an element in the DOM. We added more support for using Tab and Arrow keys to navigate between UI controls in the workbench and editor.

Note: Enable accessibility mode in the editor to be able to tab out of it (F1 | "Toggle Use of Tab Key...")

Note: You might end up in a situation where you do not see any focus indication. Open the console and type document.activeElement to find out where you are currently at and file a bug if you think something is wrong.

  • verify you can use Tab to jump to UI controls and you get meaningful focus indication
  • verify you can use the Arrow keys in UI control groups to jump between controls (e.g. in action bars)
  • verify you never end up in a situation where you can not continue to tab out of a control

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions