Project

General

Profile

Actions

Bug #15630

closed

JSMENUITEM & showActive dows not work if entryLevel is set

Added by Simon Ihmig about 18 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
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)


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #17186: JSMENU showActive not working with entryLevel (was 1508)ClosedBenni Mack2007-04-03

Actions
Actions #1

Updated by Andreas Rieser over 17 years ago

in Typo3 Version 4.0.2 it is line 2772.

Why is this not merged with Core yet?

Actions #2

Updated by Jörg Wagner over 14 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

Actions #3

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

Also available in: Atom PDF