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 #1

Updated by Gerrit Code Review 2 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

Actions #2

Updated by Michael Telgkamp 2 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Benni Mack about 1 month ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF