Skip to content

[accessibility] Activating a button using a keyboard should not set focus to the map element #100

@Malvoz

Description

@Malvoz

When a button is activated using keyboard, the focus is set to the map element:

this._map && this._map.getContainer().focus();

This is not the standard behavior of activating buttons, and is problematic because a keyboard-only user will have to tab through all the content to get back to the previously focused element if they wish to continue to explore the user interface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions