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
Actions