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 #1

Updated by Alexander Opitz over 9 years ago

  • Description updated (diff)
  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?

Actions #2

Updated by Harald Glaser over 9 years ago

Yes, this is really very old. The issue is already fixed in 6.2.9

Actions #3

Updated by Wouter Wolters over 9 years ago

  • Status changed from Needs Feedback to Closed

Thanks for the feedback, closed it!

Actions

Also available in: Atom PDF