Bug #44311
closedMenustate CUR not working for translations in 6.0.0
0%
Description
Can be seen on the demo page:
http://demo.typo3.org/examples/languages-characters/
In TypoScript the CSS class for the "CUR" state ist "selected" which is outputted for the default languange:
<li class="selected">
<a title="Any language, any character" href="/examples/languages-characters/">Languages & characters</a>
</li>
In the dansk version, the "ACT" state is triggered:
http://demo.typo3.org/1/examples/languages-characters/
<li class="active">
<a title="Alle sprog, ethvert tegnsæt" href="/1/examples/languages-characters/">Sprog og tegnsæt</a>
</li>
Updated by Elena Kuprienko almost 12 years ago
Works with Patch Set 1 for me, see https://review.typo3.org/#/c/16992/ so it is related to http://forge.typo3.org/issues/43668
Updated by Marcel Burkhalter almost 12 years ago
I can confirm that this issue is fixed when applying the mentioned patch to a fresh 6.0.0