Actions
Bug #23362
closedno effects when image_zoom is activated
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-08-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I have one image and define the effect "flip" and activated the checkbox for image_zoom.
The image in FE was flipped but when I click on this image it is not flipped in JSwindow
I tried many things:
imageLinkWrap.effects has no stdWrap-Properties, so I can't define the field image_effects
Also something like addParams for URL is missing
In GIFBUILDER:
10 = EFFECTS
10.value --> has also no stdWrap-Properties
Also this don't works:
tt_content.image.20.1.imageLinkWrap.JSwindow.altUrl = index.php?eID=tx_cms_showpic&effects=xxx
I also tried something like that:
TSFE:lastImageInfo|3
But that's only the little image for FE...not for the big one I want to have in lightbox or JSwindow.
(issue imported from #M15372)
Actions