Project

General

Profile

Actions

Bug #104061

closed

Pagetree has every node as tabstop

Added by Michael Telgkamp 2 months ago. Updated about 1 month ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
-
Start date:
2024-06-11
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The new pagetree has every node as focusable node. As it is a widget, the only focusable node is the currently focused node or the active node. The navigation inside the tree needs to be done by arrow keys. Tab is going into the tree and the next tab is leaving the tree again.

This behavior can be achieved by giving all but the focused node the attribute tabindex="-1" and the focusable node a tabindex="0".

Actions

Also available in: Atom PDF