Project

General

Profile

Actions

Feature #79356

closed

Consider menu states for FSC Menu ViewHelper

Added by Malte Koitka about 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid Styled Content
Target version:
-
Start date:
2017-01-17
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Is it in the long run planned to let the fluid_styled_content Menu ViewHelpers also support menu states like current, active, ifsub etc?

That would come quite handy and having an official bulletproof TYPO3 menu rendering with Fluid might feel more correct than an own ViewHelper.

However if this is not considered I would resort to using a custom ViewHelper as before.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #79622: Streamline CSS Styled Content and Fluid Styled ContentClosed2017-02-28

Actions
Actions #1

Updated by Riccardo De Contardi almost 7 years ago

as far as I can see in version 8.7 the TYPO3\CMS\Frontend\DataProcessing\MenuProcessor handles current and active states

Actions #2

Updated by Malte Koitka almost 7 years ago

Riccardo, you're right. Looking at the new MenuProcessor this issue can be closed.

Actions #3

Updated by Wouter Wolters almost 7 years ago

  • Status changed from New to Closed

Closed as solved already.

Actions #4

Updated by Riccardo De Contardi almost 7 years ago

IFSUB, CURIFSUB, ACTIFSUB are still not handled, am I right? Will they be implemented in the future?

Actions #5

Updated by Riccardo De Contardi almost 7 years ago

  • Assignee deleted (Benni Mack)
Actions #6

Updated by Malte Koitka almost 7 years ago

I guess these cases might simply be covered by a condition (IFSUB => if array children exist, CURIFSUB => if array children exist and current flag set) in the fluid template.

Actions #7

Updated by Riccardo De Contardi almost 7 years ago

Malte Koitka wrote:

I guess these cases might simply be covered by a condition (IFSUB => if array children exist, CURIFSUB => if array children exist and current flag set) in the fluid template.

+1 I think you are right! I'll try it! Thanks!

Actions

Also available in: Atom PDF