Bug #66007
closed
BE ViewHelper <f:be.menu.actionMenuItem> generates wrong styling classes
Added by Anonymous over 9 years ago.
Updated about 9 years ago.
Category:
Backend User Interface
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.
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.
- Status changed from New to Needs Feedback
Tobias , can you please tell us if this issue is still reproducible? Thank you
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!
- Status changed from Needs Feedback to Closed
Thanks for your feedback.
Also available in: Atom
PDF