Bug #21927
closedPage Tree doesn't expand; Retracts then expands again
0%
Description
When I click on the plus to expand the page tree in the BE the browser thinks for a second then nothing happens.
When I click on a minus to close page tree, the menu retracts, then a few seconds later it expands again.
5.2.6-2 ubuntu4.5
reproducable on windows
IE8,Firefox 3.5,Google Chrome 3.0.195.38
made upgrade on same server to two versions of same site - problem persitsts
(issue imported from #M13177)
Updated by David Bruchmann almost 15 years ago
I know this Bug and propose to adapt the treeview from the new tt_news extension to the core-treeview.
Furthermore the default value for open/closed has to be open, so that faults in treeview don't hide necessary options.
Updated by Oliver Hader almost 15 years ago
I could not reproduce in Firefox 3.5. Do you get any JavaScript errors? What does the AJAX response tell (this can be debugged using the Firebug extension for Firefox)?
Updated by Aaron Cruz almost 15 years ago
I just solved this:
I was using a symbolic link to my typo3 folder so I could easily upgrade versions. This seems to have made ajax unhappy.
The function in the ext-all.js file that was complaining was this:
from the function: Ext.util.JSON
in the function doDecode():
the line: return eval("(" + json + ")")
was returning only () because the json variable wasn't being populated.
So I moved the typo3 folder back to the root and killed the symbolic link and blam! it works.
Is there a good way to do the symbolic link thing? I find it way nicer for upgrading. Thanks for your help guys.
Updated by Simon Strandgaard about 14 years ago
I have just experienced the same problem with 4.3.0.
I'm on Mac OS X and I use MAMP. My browser is Chrome. Normally MAMP is installed in the dir /Applications/MAMP. However I have multiple MAMP installations, so I have named them /Applications/MAMP_mysite and the second installation /Applications/MAMP_othersite. Then I have a symlink /Applications/MAMP that points at the active site that I'm working on, e.g. /Applications/MAMP_othersite.
The symlink somehow affects the page-tree within the TYPO3 backend, so that it cannot expand pages.
If I remove the symlink and rename /Applications/MAMP_othersite to /Applications/MAMP then I can expand pages again.
Would be nice if the page-tree wasn't sensitive to symlinks.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.