Project

General

Profile

Actions

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.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2015-03-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.

Actions #1

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.

Actions #2

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

Actions #3

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!

Actions #4

Updated by Alexander Opitz about 9 years ago

  • Status changed from Needs Feedback to Closed

Thanks for your feedback.

Actions

Also available in: Atom PDF