Bug #22824
closedwrong menu level-wrapping when shortcuts are set
0%
Description
You have a page tree like this:
father
- son1
- son2
father will be level 1, son1 and son2 level 2 (one levvel deeper)
The "father" shoud be shortcut to one of the sons, the 1st e.g.
with this wrapping:
wrap = <ul>|</ul>
1 = TMENU
1 {
NO = 1
NO.wrapItemAndSub = <li>|</li>
}
2 < .1
2.NO.wrapItemAndSub = <li class="liL1">|</li>
...
}
you will get this in the html-source:
<ul>
<li>father</li>
<li>son1</li>
<li class="liL1">son2</li>
</ul>
instead of:
<ul>
<li>father</li>
<li class="liL1">son1</li>
<li class="liL1">son2</li>
</ul>
how it should be (or not?).
the page one level deeper than the shortcut-page inherits the level of the fatherpage!?
Build a scenario like that above.
(issue imported from #M14634)
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 response in over 3 month so closing this issue.
If you think this issue should be reopened, then write to the bugs mailing list.