Project

General

Profile

Actions

Bug #62088

closed

Browse Menu skips page

Added by Nicki Uhlbach over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-10-07
Due date:
% Done:

0%

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

Description

The browse menu skips every page with no. 2 in version 6.2.5. When TYPO3 6.2.4 is checked out everything is fine. So it seems to be that there is a bug in the core.

Here is the code I've used:


lib.submenuArrow = COA
lib.submenuArrow {
  10 = HMENU
  10 {
    special.entryLevel = 1
    special = browse
    special.items = prev

    1 = TMENU
    1 {
      NO = 1
      NO.ATagParams = class="pageArrow prev" 
    }
  }

  20 < .10
  20.special.items = next
  20.1.NO.ATagParams = class="pageArrow next" 
}


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #58792: next in Menu is not working as expected with localizationsClosed2014-05-14

Actions
Actions

Also available in: Atom PDF