Skip to content

Edit Table View: Screen Reader Instructions are not Translated #1267

Open
@rlucke

Description

@rlucke

When you select an element with the keyboard, a lot of information about the operation is read out to you. Unfortunately, this information is not translated and is only available in English.
The reason for this seems to be a lack of customisation of DragDropContext. The standard text provided by the @hello-pangea/dnd library is used here.

<DragDropContext
 screenReaderInstructions={{
        draggable: t(‘PREFERENCES.TABLE.DRAG_INSTRUCTIONS’),
    }}
...

And a corresponding text should solve the problem.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:accessibilityThis would help impaired userstype:bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions