Bug #66007
closedBE ViewHelper <f:be.menu.actionMenuItem> generates wrong styling classes
0%
Description
The new class in the div containing the select-tag is "typo3-docheader-functions" but the viewhelper writes "docheader-funcmenu", which is the old class in 4.7 I guess.
It results in a white font on a light gray select, which isn't readable at all.
I think more classes are affected, but thats the one responsible for the styling issue.
Updated by Daniel Goerz over 9 years ago
I fail to find the Issue here. The markup in e.g. the EM looks something like this in master (the ViewHelper is used here):
<div id="typo3-docheader"> <div class="typo3-docheader-functions"> <div class="docheader-funcmenu"> </div> </div> </div>
Despite no styling for the .docheader-funcmenu
class being in any core file I can find no Bug here. I suggest you specify more specifically where to find this styling Issue or to close the ticket.
Updated by Riccardo De Contardi about 9 years ago
- Status changed from New to Needs Feedback
Tobias , can you please tell us if this issue is still reproducible? Thank you
Updated by Anonymous about 9 years ago
I currently have no access to the relevant project. So if this is the code that Daniel posted what's being generated - its just fine.
So in the version I used was then missing the whole div <div class="typo3-docheader-functions"> ...
So close the ticket as not reproducible. Thanks!
Updated by Alexander Opitz about 9 years ago
- Status changed from Needs Feedback to Closed
Thanks for your feedback.