Project

General

Profile

Actions

Bug #91595

closed

Epic #89595: Improve accessibility of backend

Not all elements displayed as button behave like buttons

Added by Michael Telgkamp almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-06-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
accessibility, keyboard
Complexity:
Is Regression:
Sprint Focus:

Description

In the TYPO3 backend there are multiple buttons that are not usable via keyboard.

Every interactive element should be accessible via keyboard and you need to be able to use it via keyboard.

Example:
Edit page > Resources > Add media by URL

This is a span with an on click action. If the span tag is changed to a button tag it would work.

TASK: Find all non button elements (e.g. <span>, <a>) with class="btn ..." and figure out how to change the tag to <button> without changing the look and feel and without removing existing functionality.


Related issues 5 (1 open4 closed)

Related to TYPO3 Core - Bug #92694: Buttons in module-docheader-bar do not behave like buttonsNew2020-10-23

Actions
Related to TYPO3 Core - Bug #92681: Buttons in IRRE headers do not behave like buttons Closed2020-10-22

Actions
Related to TYPO3 Core - Bug #92696: Not all elements displayed as button behave like buttonsClosed2020-10-23

Actions
Related to TYPO3 Core - Bug #93238: Regression: After deleting image in record "add" button is not displayed againClosed2021-01-07

Actions
Related to TYPO3 Core - Bug #91808: Nested IRRE with maxitems hides last inline control button / toggles inline control buttons wrongClosed2020-07-16

Actions
Actions

Also available in: Atom PDF