Bug #46849
closedrtehtmlarea: no links possible with display:block css in image class
0%
Description
Hello!
I use TYPO3 6.04.
I've configured the rtehtmlarea. For this I use my own classes to position images (in their own RTE CSS).
But if I use only the class-centered images, the link function in the RTE is not accepted! It does not work.
Try it yourself!
I came up with the error.
It happens only when the CSS class with: "display block" is used - but why?!?!?!?
.rte-image-center {
margin: 0 auto;
display: block;
}
This is a bug?
Thank you so much for your help
Harald
Updated by Stanislas Rolland almost 11 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
- Is Regression set to No
Updated by Sander Leeuwesteijn over 10 years ago
It also seems impossible to link an image when it's floating to the right.
- Add image in RTE
- Set it to float right
- Try to link it, the popup closes but no link is made.
TYPO3 6.1.7
Updated by Riccardo De Contardi over 9 years ago
I can confirm it on TYPO3 CMS 6.2.10
Updated by Rafal Brzeski almost 9 years ago
Any progress with this issue? I have the same situation in TYPO3 6.2.17,
the only workaround is to unset class on image, make link and add class to image at the end.
Updated by Riccardo De Contardi about 8 years ago
This issue is still present on 8.4-dev (latest master)
Updated by Mathias Schreiber about 7 years ago
- Status changed from New to Closed
HTMLArea is no longer supported by TYPO3.
You can open up new issues here https://github.com/FriendsOfTYPO3/rtehtmlarea.
Cheers
Mathias