Project

General

Profile

Actions

Bug #103802

closed

Workspace checked item actions disappear when focussing search input field

Added by Willi Wehmeier 7 months ago. Updated about 1 month ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-05-07
Due date:
% Done:

100%

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

Description

When using the workspace module and trying to navigate the controls with the keyboard we noticed that the selection action dropdowns disappear when the "search term" input field gets focus.

This potentially happens when you navigate through the table with the tab key, select one or more records, use Shift+Tab to navigate back to the selection actions and then press Shift+Tab too often. Focussing the empty search term field triggers a reset and hides the selection actions.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #105321: Recycler's checked items disappear when focussing search input fieldResolved2024-10-16

Actions
Actions #1

Updated by Gerrit Code Review 7 months 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/+/84176

Actions #2

Updated by Gerrit Code Review 7 months 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/+/84176

Actions #3

Updated by Gerrit Code Review 4 months 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/+/84176

Actions #4

Updated by Gerrit Code Review 4 months ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85559

Actions #5

Updated by Gerrit Code Review 4 months 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/+/84176

Actions #6

Updated by Willi Wehmeier 4 months ago

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

Updated by Ayke Halder 2 months ago

@Willi Wehmeier Is this also an issue for the recyclers search field? May you try to reproduce this same issue there?

https://typo3.cms.ddev.site/typo3/module/web/recycler

https://github.com/TYPO3/typo3/blob/94d59bdacfd6cf024bd7b4cdfcc09cd20113f95f/Build/Sources/TypeScript/recycler/recycler.ts#L84-L88

    new RegularEvent('keyup', (event: KeyboardEvent) => {
      const input = event.target as HTMLInputElement;
      const searchSubmitButton = document.querySelector(Identifiers.searchSubmitBtn) as HTMLButtonElement;

      if (input.value !== '') {
Actions #8

Updated by Benni Mack about 1 month ago

  • Status changed from Resolved to Closed
Actions #9

Updated by Ayke Halder about 1 month ago

  • Related to Bug #105321: Recycler's checked items disappear when focussing search input field added
Actions

Also available in: Atom PDF