Bug #101540
closedSubmitting the page input field in recordlist pagination opens the first page in new window
100%
Description
This is a really odd one: When the "Record List" module is opened, and a table with many records is opened in the single table view, a pagination is rendered with an input field where a user can enter a valid page number. If the user now submits the form, instead of reloading the record list, the first page in the table is opened in a new tab.
The issue is caused by the "View webpage" entry in the dropdown menu of the table row. The element is a button
without an explicit type
set, which makes it a submit button, that is also the first one in the form. Since another event handler is on that button, the page is opened in a new window.
Updated by Andreas Kienast over 1 year ago
- Related to Bug #101276: Preview button has no function when no site config exists added
Updated by Gerrit Code Review over 1 year ago
- Status changed from In Progress 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/+/80304
Updated by Gerrit Code Review over 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/+/80304
Updated by Riccardo De Contardi over 1 year ago
- Related to Feature #101549: Improve pagination of tables inside list module. added
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/+/80304
Updated by Gerrit Code Review about 1 year 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/+/80898
Updated by Andreas Fernandez about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2f4cbfcaa278e6faa054369945f6c6c21ca5eba5.