Project

General

Profile

Actions

Bug #23512

closed

Browsebox broken since 4.3.x?

Added by Mattias Borell almost 14 years ago. Updated almost 6 years ago.

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

0%

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

Description

When searches return more hits than $results_at_a_time, the links presented for additional pages of results are broken.

Reason: class.tx_indexedsearch.php:makePointerSelect_link() uses getElementById to find the hidden form elements to update, but the form elements doesn't have any id attributes, only name attributes.

Solution: Either add id attributes to the form elements (add ###HIDDEN_FIELDID### in makeSearchForm() ?) or use getElementsByName in makePointerSelect_link().

This came up during upgrade of a couple of installations from 4.2.x --> 4.3.5. The same code seems to be in 4.4.2.

I've tried it with the original css-template for indexed_search, as well as a modified one.
(issue imported from #M15656)


Files

indexed_search_15656.patch (949 Bytes) indexed_search_15656.patch Administrator Admin, 2010-11-04 11:30

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #22469: Switching pages with browsebox dosn't workClosedXavier Perseguers2010-04-15

Actions
Actions

Also available in: Atom PDF