Project

General

Profile

Actions

Bug #103925

open

Live search pagination has no keyboard actions implemented - and is also not reachable with keyboard navigation

Added by Riccardo De Contardi about 1 month ago. Updated 6 days ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-05-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Accessibility
Complexity:
Is Regression:
Sprint Focus:

Description

Tested on 13.2.0-dev (but I guess also 12 is affected)

- Open live Search
- search something that gives you a lot of results
- Use the keyboard to navigate the interface (Tab key & arrows keys)

Results

You will see that pretty everything is reachable using tab key and arrows key, except the pagination on the bottom left

Technical background

The navigation links are implemented as @customElement('typo3-backend-live-search-result-page')
This custom element does not have any button or link features.
The current implementation only reacts on click events. Keyboard actions like key-press Enter or Space are not implemented.

Simply making this navigation reachable by keaboard (e.g. tabindex="0") will not make it work.

Actions

Also available in: Atom PDF