Bug #102214
closedEnable keyboard navigation on tabs
0%
Description
Using bootstrap 5 it is possible to enable keyboard navigation on tabs when using BUTTON instead of A for linking tabs and tab content.
Enabling keyboard navigation should be considered both a usability and an accessibility improvement.
Currently the bootstrap tabs plugin will disable all other tabs if you select a tab via keyboard (even after adding tabindex=0) and thereby render the keyboard useless.
Updated by Gerrit Code Review about 1 year ago
- Status changed from New 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/+/81493
Updated by Gerrit Code Review about 1 year ago
Patch set 2 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/+/81493
Updated by Gerrit Code Review about 1 year ago
Patch set 3 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/+/81493
Updated by Gerrit Code Review about 1 year ago
Patch set 4 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/+/81493
Updated by Gerrit Code Review about 1 year ago
Patch set 5 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/+/81493
Updated by Gerrit Code Review about 1 year ago
Patch set 6 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/+/81493
Updated by Patrick Schriner about 1 year ago
testing has revealed that this is inconsistent.
In TYPO3 12 is works with on Ubuntu
OS | Browser | |
Ubuntu | Chrome | ✓ |
Ubuntu | Firefox | ✓ |
Ubuntu | Vivaldi | ✗ |
Updated by Garvin Hicking about 1 year ago
I can throw in MacOS:
Safari: Does NOT work
Chromium (Brave): works
Firefox: works
MS Edge: works
BTW: In Safari the issue not only affects the bootstrap tab order, but also the top action row ("Close / Save / View / Create / Delete") is not accessible. Tabbing only goes to the single "button" in that row, and skips all other "links".
Tested in v12 and main.
Updated by Patrick Schriner about 1 year ago
- Tracker changed from Task to Bug
as this is not 100% reproducible I'll vote to close this issue for know. Learned about acceptance tests :-)
Updated by Garvin Hicking about 1 year ago
I'd say so too. I would declare Safari to not follow proper HIG standards here and it'll hopefully get addressed as a brower "bug".