Project

General

Profile

Actions

Bug #24225

closed

slide doesn't work without collect

Added by Christian Boltz over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-29
Due date:
% Done:

0%

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

Description

"slide" doesn't work without activating "slide.collect".

The following TS does nothing:
styles.content.getRight.slide = -1
page.10.marks.RIGHTCOL < styles.content.getRight

But the following works (middle line added):
styles.content.getRight.slide = -1
styles.content.getRight.slide.collect = -1
page.10.marks.RIGHTCOL < styles.content.getRight

Unfortunately the "working" code drags in too much content (current page + parent pages), therefore it's not a real option.

(issue imported from #M16594)


Files

16594.diff (2.25 KB) 16594.diff Administrator Admin, 2010-12-01 15:53
Actions #1

Updated by Steffen Gebert over 13 years ago

Could this be a duplicate of #24213?

Actions #2

Updated by Jo Hasenau over 13 years ago

Nope - this is due to a buggy "translation" of a double ternary operator into an if/else clause.

Attached Patch solves the problem.

Actions #3

Updated by Ernesto Baschny over 13 years ago

Committed to trunk rev. 9731. Thanks!

Actions #4

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF