Giter Club home page Giter Club logo

Comments (8)

jamesjwarren avatar jamesjwarren commented on June 17, 2024 1

The above issue is still present but can be temporarily fixed by setting these css overrides:

.form-horizontal .inline-related .cke_top,
.form-horizontal .inline-related .cke_bottom {
    display: block;
}

.form-horizontal .inline-related .cke .cke_button_label,
.form-horizontal .inline-related .cke .cke_voice_label {
    display: none;
}

However when clicking Add another ... on the inline the ckeditor widget on the new record doesn't accept any input. I presume this is an issue with initalisation of the widget when the new inline element is dynamically added? It looks like there a no elements added to the cke_wysiwyg_frame iframe.

from django-suit-ckeditor.

darklow avatar darklow commented on June 17, 2024

Screenshot would be much appreciated, so that i know your specific case, which sortable (tabular or stacked) etc.

from django-suit-ckeditor.

temrdm avatar temrdm commented on June 17, 2024

What about this issue?
My inline screenshot: ckeditor_inline

from django-suit-ckeditor.

darklow avatar darklow commented on June 17, 2024

Apparently you have to set width for your editor in percents, so that it can stretch full witdh of an inline.

from django-suit-ckeditor.

SalahAdDin avatar SalahAdDin commented on June 17, 2024

wow, you don't works now with this, so baaaaad

from django-suit-ckeditor.

chogarcia avatar chogarcia commented on June 17, 2024

This issue could be solved quite easily by removing this from suit.css:

.form-horizontal .inline-related span {
    display: inline-block;
}

from django-suit-ckeditor.

SalahAdDin avatar SalahAdDin commented on June 17, 2024

I believe that darklow already fixed this problems, but, i not shure.

from django-suit-ckeditor.

egrubbs avatar egrubbs commented on June 17, 2024

Here is one extra css change to fix the wrapping of the toolbar sections.

.form-horizontal .inline-related .cke .cke_toolbar_break {
    display: block;
}

from django-suit-ckeditor.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.