Bug #71040
closedBroken image links
0%
Description
All image links from content elements are broken. This can be seen in the screenshots
Files
Updated by Andreas Kienast about 9 years ago
How are they broken? You mean the missing http? This is on purpose and a valid url as it's independent from the used protocol.
Updated by Andreas Kienast about 9 years ago
- Status changed from New to Needs Feedback
Updated by Frank Nägler about 9 years ago
not all linked images are broken, linking general works.
only the click-enlarge feature seems to be broken.
Updated by Frank Nägler about 9 years ago
- Status changed from Needs Feedback to Accepted
The click-enlarge works well in a clean setup, this is a bug of the bootstrap package.
I will close this issue and create a new one on https://github.com/benjaminkott/bootstrap_package
Updated by Frank Nägler about 9 years ago
- Status changed from Accepted to Rejected
As mentioned in my last comment, it looks like this is not a core bug, the issue is now reported in https://github.com/benjaminkott/bootstrap_package/issues/252
Updated by Ian Solo about 9 years ago
Maybe it's related to the bug produced by the fix for this bug:
https://forge.typo3.org/issues/69516
please check my note number 8:
https://forge.typo3.org/issues/69516#note-8
The double slash at the beginning of a path it's simply wrong!
(it makes the browser to try to download something like http://fileadmin/... without the domain)
Updated by Matthias Dahms about 9 years ago
I have to correct myself, click large is broken.
Frank Nägler seems to be right.
Updated by Arne-Kolja Bachstein about 9 years ago
I'm having the same issue, but with a different extension: jh_magnificpopup.
I've gone through the code of jh_magnificpopup and there does not seem to be any critical stuff to change the click-enlarge markup or something, just some default booleans and classes set via TS, at least for click-enlarge. Maybe a core bug after all?