Project

General

Profile

Actions

Bug #83629

closed

Links in IMGMENU wrong

Added by Hans-Georg Althoff over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2018-01-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I am using a HMENU with IMGMENU.

The menu shows correct page titles but the link (ID) is for all menu items from the current page (visible) and not from the target pages, where the title is shown in the menu.

It was working in the past, but I figured out, that it has changed sometimes, without any modification from my side, at least in the mainMenu part.

I found a bug #17047 (from 2007). I have also 2 domains.

my config

## mainMenu [Begin]
lib.mainMenu = HMENU
lib.mainMenu.1.target = _top
lib.mainMenu.maxItems = 6
lib.mainMenu.entryLevel = 0
lib.mainMenu.1 = IMGMENU
lib.mainMenu.1.imgMapExtras = <AREA SHAPE="rect" alt="Startseite" COORDS="5,5,69,70" href="http://www.althoff-fam.de" target="_top">
lib.mainMenu.1 {
    main.XY = 800, 100
    main.10 = IMAGE
    main.10.file = {$Headerfile}

    dWorkArea = 200, 94  
    NO.distrib = textX+10,0
    NO.10 = TEXT
    NO.10 {
        text.field = title
        fontSize = 12
        fontWeight = bold
        fontColor = #023294
        offset = 0,0
        imgMap.explode = 3,2
      }
      NO.20 = || BOX
      NO.20 {
        dimensions = -5, -9, 1, 11
        color = white  
    }
}
## mainMenu [End]


Files

mainMenu.txt (687 Bytes) mainMenu.txt Hans-Georg Althoff, 2018-01-21 18:04

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #85902: Deprecate IMGMENU/GMENU functionalityClosedBenni Mack2018-08-20

Actions
Actions #1

Updated by Georg Ringer over 6 years ago

  • Description updated (diff)
Actions #2

Updated by Susanne Moog over 6 years ago

  • Category set to TypoScript
Actions #3

Updated by Riccardo De Contardi almost 6 years ago

seems still present on 9.3... looking at the generated code, you see that the href attribute is empty:

<area shape="poly" coords="350,83,421,83,421,72,350,72" href="" alt="" />
Actions #4

Updated by Georg Ringer over 5 years ago

  • Status changed from New to Closed

Even though the issue is valid, it won't be fixed anymore. Since 9.4 with #85902 IMGMENU has been deprecated and will be removed.

Actions #5

Updated by Georg Ringer over 5 years ago

  • Related to Task #85902: Deprecate IMGMENU/GMENU functionality added
Actions

Also available in: Atom PDF