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".
Updated by Gerrit Code Review 5 months ago
- Status changed from In Progress to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84626
Updated by Michael Telgkamp 5 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2634a00e02343dc39b022726a27c31a9af4e19b7.
Actions