Bug #34860
closedFix for Bug #30352 introduced in 4.5.12 breaks live search results
100%
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.
Updated by Helmut Hummel over 12 years ago
- Status changed from New to Accepted
- Assignee deleted (
Stefan Galinski)
OK, can reproduce it.
It works btw. if the pagetree is in "filter mode"
Updated by Felix Kopp over 12 years ago
Can reproduce this. Also I can reproduce that opening results works fine when the pagetree is in filtered mode.
4.6, 4.7
4.5 still works
When this line is removed:
this.commandProvider.singleClick(node, this);
(Line 121 in Ext.ux.TreePanel.js)
I see no need for the singleClick:
without the line Bookmarking works, opening Bookmarks works, opening Search results works, page tree works, filtering page tree works.
Also opening recent documents work.
This works on a pageId within right frame and also without id set.
I do not know what the click is for.
The commandProvider is set to (commandProvider: TYPO3.Components.PageTree.Actions).
Can anyone tell me what the singleClick is for?
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9860
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9860
Updated by Stefan Galinski over 12 years ago
- Assignee set to Stefan Galinski
Hi,
I think I found a proper solution that doesn't breaks anything, but fixes all(?) open issues with unloadable content due instant pagetree refreshes. Please review this single-liner carefully!
BTW: Sorry, that I didn't saw this issue in the bookmarks patch, but as I didn't knew the proper behaviour of the search, I didn't really expected that this was broken. ;-)
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9860
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/10344
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/10345
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/10346
Updated by Stefan Galinski over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 573c4803316892179b73b20dd9d45ce968263fcf.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed