Actions
Bug #22469
closedSwitching pages with browsebox dosn't work
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
Actions