Project

General

Profile

Actions

Bug #23646

closed

Pagination in List module partly broken

Added by Harald Glaser over 13 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-09-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When in Single Table View in the List module, the pagination controls are shown twice: above and below of the data rows.

The page input field (and the related refresh-icon) below the table do not work correctly.

Reason:
in class.db_list_extra.inc the following JS-code ist used to access the value of the input field:
"page = document.getElementById(\'jumpPage\').value;"

As there are 2 input fields with the same ID on the page, the value is always read from the first one. So the input field at the bottom of the table is never evaluated.

(issue imported from #M15857)

Actions

Also available in: Atom PDF