Actions
Bug #102861
closedRecordlist pagination partially not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
Start date:
2024-01-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.3
Tags:
es6,javascript,javascriptmodules,recordlist
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, I cannot go to a specific page in the list-view when I am in the focus of the input-field and press Enter. It only works when I click "Next page" individually. See the screenshot for clarification.
!!
The following exception is thrown in JS:
recordlist.js?bust=e119d20644b74b951de6ed28d39c8213561fe4d4:13 Uncaught TypeError: Cannot read properties of null (reading 'action') at HTMLInputElement.<anonymous> (recordlist.js?bust=e119d20644b74b951de6ed28d39c8213561fe4d4:13:3598) (anonymous) @ recordlist.js?bust=e119d20644b74b951de6ed28d39c8213561fe4d4:13
I use TYPO3 12.4.10
I checked it in Chrome and Edge
Files
Updated by Gerrit Code Review 10 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/+/82519
Updated by Gerrit Code Review 10 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/+/82555
Updated by Oliver Bartsch 10 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 01a8f4ada5efeadf911bd22e8baaf5089e99a1a4.
Updated by Andreas Kienast 10 months ago
- Related to Bug #102896: pagination jump to a page number in Backend->List doesn't work added
Actions