Actions
Bug #15630
closedJSMENUITEM & showActive dows not work if entryLevel is set
Start date:
2006-02-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The active JSMenu option is not selected when entryLevel is set in the coresponding HMENU.
Solution is simple:
in class.tslib_menu.php line 2726 has to be changed:
$active = ($levelConf['showActive'] && $data['uid'] == $this->tmpl->rootLine[$count+$this->entryLevel]['uid']);
(add +$this->entryLevel)
(issue imported from #M2571)
Updated by Andreas Rieser almost 18 years ago
in Typo3 Version 4.0.2 it is line 2772.
Why is this not merged with Core yet?
Updated by Jörg Wagner almost 15 years ago
The showActive problem is much larger than described here.
For a full description and solution see http://bugs.typo3.org/view.php?id=12505
Updated by Benni Mack over 14 years ago
Commited to trunk (rev #6687)
Commited to TYPO3_4-3 (rev #6688)
Commited to TYPO3_4-2 (rev #6689)
Actions