Project

General

Profile

Actions

Bug #101883

closed

TypoScript Issue between v11 and v12

Added by Sebastian Keilby 8 months ago. Updated about 2 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2023-09-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

The following HMENU works just fine in V11 but for some reason does not work in V12.

Expected behavior should be that it displays different values for aria-description based on title

100 = HMENU
100 {
      special = directory
      special {
            value = XXX
        }

        1 = TMENU
        1 {
            NO = 1
            NO {
                ATagParams.cObject = COA
                ATagParams.cObject {
                    10 = TEXT
                    10 {
                        wrap = aria-description="|" 
                        data = field:title
                    }
                }
            }
        }
    }


Files

clipboard-202309081525-5zfoh.png (84.9 KB) clipboard-202309081525-5zfoh.png Sebastian Keilby, 2023-09-08 13:25

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #103004: TMENUITEM cObject no longer has access to linked pageClosed2024-01-31

Actions
Actions

Also available in: Atom PDF