Skip to content

init_ckeditor.html template broken #389

@Hedde

Description

@Hedde

Hi, this is a small style error using ckeditor 4.0.1+ (and possibly some versions before)

The template style breaks because the wrapper class is missing from the html. I haven't used ckeditor before so I can't recall which version introduced this backwards incompatible change.

A quick fix, only available for CCS3 selectors though.

1.     <script type="text/javascript" src="{{ CKEDITOR_JS_URL }}"></script>
2.
3.     <style type="text/css">
4.         span.cke_skin_kama { border: none !important; }
5. +        div[id*='cke_id_'] { margin-left: 107px; }
5. -        span.cke_wrapper { margin-left: 107px; }
6.     </style>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions