Bug #29041
closedEnlarge on click does not work anymore for images
100%
Description
Problem:
The javascript function openPic is not added anymore to the page when "Enlarge on click" is enabled for images in the cObj "Text with images" or "Images".
Solution:
After a lookup it seems in #27983 (Remove deprecated parts marked for removal) too much was removed.
$GLOBALS['TSFE']->additionalJavaScript
was never rendered anymore and is used to add javascript function openPic to the page, when "Enlarge to click" is enabled
How to reproduce:
Add content object "Images" to a page, add an image to it and enable "Enlarge to click". Not a popup but a new tab will open.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I8e182be8e894e49212a5a4249118b44c0e0bd954 has been pushed to the review server.
It is available at http://review.typo3.org/4392
Updated by Susanne Moog over 13 years ago
- Status changed from New to Under Review
Updated by Patrick Broens over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8577bd35af8c29de2c071b0600ff0fc17815cb55.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed