Bug #103802
closedWorkspace checked item actions disappear when focussing search input field
100%
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.
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
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
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
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
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
Updated by Willi Wehmeier 4 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a5b944d9a54b6d753976c8520e3a8e1af6249481.
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
new RegularEvent('keyup', (event: KeyboardEvent) => {
const input = event.target as HTMLInputElement;
const searchSubmitButton = document.querySelector(Identifiers.searchSubmitBtn) as HTMLButtonElement;
if (input.value !== '') {
Updated by Ayke Halder about 1 month ago
- Related to Bug #105321: Recycler's checked items disappear when focussing search input field added