Actions
Bug #24716
closedPagetree - Only call the singleClick method if the navigation component is visible
Start date:
2011-01-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
Currently the single click method is also executed if the navigation component is not visible in the state provider. This causes some strange reloading issues of the content frame in non-web modules.
Solution:
Check if the navigation component is visible..
How To Test:
1) Install the t3editor
2) Call a page module
3) Go to the filelist and select a folder with editable files
4) Edit a file via the context menu
-> the content frame is reloaded twice
5) Apply the patch
6) Redo steps 2 to 4 after a backend refresh
-> the content frame is loaded once
(issue imported from #M17204)
Files
Actions