Project

General

Profile

Actions

Bug #22469

closed

Switching pages with browsebox dosn't work

Added by Alexander Claes about 14 years ago. Updated over 5 years ago.

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

0%

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

Description

When clicking a link in the indexed search browsebox these JavaScript error appears:

"Error: document.tx_indexedsearch is undefined"

This error depends on a change in the indexed search default template "/pi1/indexed_search.tmpl" that comes with TYPO3 4.3.3.

Here you can see the changed part, that causes the JS error:

TYPO3 4.3.3:

[...]
<form action="###ACTION_URL###" method="post" id="tx_indexedsearch">
[...]

TYPO3 4.3.2:

[...]
<form action="###ACTION_URL###" method="post" name="tx_indexedsearch">
[...]

Please notice that the attribute "name" changed to "id". There the element "document.tx_indexedsearch" is not available in the DOM.

(issue imported from #M14130)


Files

14130.diff (2.06 KB) 14130.diff Administrator Admin, 2010-06-02 15:43

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #23512: Browsebox broken since 4.3.x?ClosedXavier Perseguers2010-09-07

Actions
Actions

Also available in: Atom PDF