Actions
Bug #46849
closedrtehtmlarea: no links possible with display:block css in image class
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2013-04-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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
Actions