Bug #78476
closed
"Mount as treeroot" triggers various errors
Added by Georg Ringer about 8 years ago.
Updated about 6 years ago.
Category:
Backend JavaScript
Description
1] Clicking it in the page tree click menu
actions.js:292 Uncaught TypeError: TYPO3.Backend.NavigationContainer.PageTree.select is not a function(…)
2] Removing the tree mount does not bring the full tree back
3] Clicking it in the breadcrumb
index.php?M=web_layout&moduleToken=cae6d68…&id=3:2 Uncaught TypeError: top.TYPO3.Backend.NavigationContainer.PageTree.getSelected is not a function
Files
- Status changed from New to Needs Feedback
Hi Georg,
I'm not able to reproduce your errors on my Windows system with FF 42 nor with current version of Chrome. Can you give some more information about your system? Thank you!
mac with latest chrome but will more information next days
- Status changed from Needs Feedback to Under Review
WItuout the patch I am getting the error Uncaught TypeError: TYPO3.Backend.NavigationContainer.PageTree.select is not a function
after applying the patch, the error is gone and above the page tree, the click icon is shown as well again.
2] Removing the tree mount does not bring the full tree back!¶
In Addition two screenshots, the first one showing a blue close button.
Klicking the button and the button is gone. Nothing else happens.
4] The automatic reload on form save and the reload button of the page tree don't work any more.¶
Reproduce:¶
Changing the page name by the form doesn't show the changed name in the tree.
Clicking the reload button doesn't work either.
Hint¶
You reset the page tree by logging out and in again.
This issue is still present on latest master (9.0.0-dev) I obtained the javacript error:
merged-40c151a374028e4de27729ca6071aeec-7f1b7deec237b4ce598fc9e3553baa19.js:2894 Uncaught TypeError: TYPO3.Backend.NavigationContainer.PageTree.select is not a function
at Object.<anonymous> (merged-40c151a374028e4de27729ca6071aeec-7f1b7deec237b4ce598fc9e3553baa19.js:2894)
at Object.<anonymous> (ext-all-0653924f48ca3c2cb35eecfd9df69198.js:21)
at Ext.tree.TreeLoader.runCallback (ext-all-0653924f48ca3c2cb35eecfd9df69198.js:21)
at Ext.tree.TreeLoader.handleFailure (ext-all-0653924f48ca3c2cb35eecfd9df69198.js:21)
at Ext.tree.TreeLoader.processResponse (ext-all-0653924f48ca3c2cb35eecfd9df69198.js:21)
at Ext.tree.TreeLoader.handleResponse (ext-all-0653924f48ca3c2cb35eecfd9df69198.js:21)
at Ext.tree.TreeLoader.processDirectResponse (ext-all-0653924f48ca3c2cb35eecfd9df69198.js:21)
at ext-base-38cb993cb42bcaf6486b23d1d689d055.js:21
at constructor.doCallback (ext-all-0653924f48ca3c2cb35eecfd9df69198.js:21)
at constructor.onData (ext-all-0653924f48ca3c2cb35eecfd9df69198.js:21)
To reset the tree, it seems it is sufficient to refresh the browser AFAICS.
- Target version changed from 8 LTS to next-patchlevel
- Has duplicate Bug #81937: Mount as treeroot doesn't work added
- Assignee set to Wolfgang Klinger
- Related to Bug #52877: replace extjs panels with pure css and get rid of the overhead added
- Related to Bug #83051: Page Tree: Mounting a node not functional added
- Status changed from Under Review to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF