Project

General

Profile

Actions

Bug #101883

closed

TypoScript Issue between v11 and v12

Added by Sebastian Keilby 8 months ago. Updated about 1 month 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 #1

Updated by Sebastian Keilby 8 months ago

  • Category set to TypoScript
  • PHP Version set to 8.2
Actions #2

Updated by Sebastian Keilby 8 months ago

Note: It uses the page title of the current page for all the links in the HMENU for some reason.

Actions #3

Updated by Gerrit Code Review 8 months ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80948

Actions #4

Updated by Gerrit Code Review 8 months ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80948

Actions #5

Updated by Gerrit Code Review 8 months ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80948

Actions #6

Updated by Gerrit Code Review 7 months ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80948

Actions #7

Updated by Christoph Lehmann 5 months ago

  • Is Regression set to Yes
Actions #8

Updated by Daniel Siepmann 3 months ago

  • Has duplicate Bug #103004: TMENUITEM cObject no longer has access to linked page added
Actions #9

Updated by Benjamin Robinson about 1 month ago ยท Edited

I have just successfully tested the patch under 12.4.13. and marked it as verified. Is there anything else I can do to help release it?

Actions #10

Updated by Gerrit Code Review about 1 month ago

Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80948

Actions #11

Updated by Gerrit Code Review about 1 month ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83654

Actions #12

Updated by Georg Ringer about 1 month ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF