Actions
Bug #34860
closedFix for Bug #30352 introduced in 4.5.12 breaks live search results
Start date:
2012-03-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
While investigating performance problems with live search, we noticed that the results won't show up as expected anymore.
You get a list of results in the live search box.
When you click on it, the result will be opened in the page module frayme below, but immediately after that the page tree is reloaded and replaces the result with the original page module view.
Since this has been a working feature in 4.5.x already we tried to track it down and found out, that the bug can be found in the file
Ext.ux.state.TreePanel.js
which has been changed in 4.5.12 to fix bug #30352.
Despite some other known problems, the 4.5.11 version works as expected.
Actions