Actions
Bug #104061
closedPagetree has every node as tabstop
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