Actions
Anomalie #777
closedckeditor : fix bug on link when using with image2 plugin
Start date:
09/14/2017
Due date:
% Done:
100%
Estimated time:
2.00 h
Resolution:
Description
ckeditor : fix bug on link when using with image2 plugin
Updated by Simon about 7 years ago
This happen only when image is centered :
<p style="text-align:center"><a href="http://localhost/linea21_v2.1/public/index.php?rub=page&id=8"><img alt="yo" height="354" src="http://localhost/linea21_v2.1/library/userfiles/cycledevie.png" width="410" /></a></p>
When image is left or right aligned, it applies styles on image itself (using float), not in container, so it works.
When adding a link and then only center image it also works. But selecting images does not enable link icon - and it should !
Updated by Simon about 7 years ago
- Related to Anomalie #799: change link item in CKEditor in public UI added
Updated by Simon over 6 years ago
Not fixed !
Updating ckeditor to v4.9.2 • 18-04-2018
and changing image2 plugin to basic image plugin ....
Updated by Simon over 6 years ago
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
Applied in changeset linea21|r3384.
Actions