djangocms-text-ckeditor icon indicating copy to clipboard operation
djangocms-text-ckeditor copied to clipboard

Text Plugin for django CMS using CKEditor 4

Results 52 djangocms-text-ckeditor issues
Sort by recently updated
recently updated
newest added

We get this crash on production for our websites. ```js Uncaught TypeError: Cannot read properties of undefined (reading 'replace') at b (bundle-fb7663a06e.cms.ckeditor.min.js:775:406) at Object.init (bundle-fb7663a06e.cms.ckeditor.min.js:777:16) at Object. (bundle-fb7663a06e.cms.ckeditor.min.js:286:426) at w...

kind: bug
blocker

This PR fixes https://github.com/django-cms/django-cms/issues/7391 . # Inconsistent behaviour when reordering plugins ![disable-moving](https://user-images.githubusercontent.com/16904477/191203585-af1cf6ec-3873-4877-b424-01353b4bba8a.gif) # Reason When cancelling creating the Text Plugin djangocms-text-ckeditor deletes "ghost" plugin it creates (to be able to...

CMS v4.x

Steps to reproduce: - Open Text plugin or any other custom plugin using HTMLField - (if using Text plugin) exit the full-screen mode - Open link dialogue The issue is...

The Readme is not very easy to read, does not contains links to complex examples, and lacks a few details (like [what are the base `toolbar_CMS` values](https://github.com/django-cms/djangocms-text-ckeditor/blob/05f9b276df29937e17df74c033aa6aafb78a8b36/djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/cms.ckeditor.js#L17-L30).

kind: enhancement
easy pickings
status: accepted

Hi. Ckeditor started to show a notification yesterday: ![image](https://github.com/django-cms/djangocms-text-ckeditor/assets/45763865/ef842d93-cd94-411e-a0bd-7724d88ad60a) It's a problem because it shows on every ckeditor box, even the ones who are part of a form on a...

As explained in #668, ckeditor started showing notifications about the current version being "insecure". This PR removes the code making it check the version and show the notification.

I have a Model with an HTMLField in it. The Model with the HTMLField is used as StackedInline in the Django Admin. When I add a new record, the CKEditor...

stale

I have had something similar occur in two separate projects. In one, I was making modifications to the source HTML, like adding another style attribute to a tag, and my...

stale

Version affected: djangocms 4.1 installed using the cms_template. To reproduce: Add a text plugin to your page. Click on text to edit inline. Select Image in plugin menu of inline...

Hello everyone, I noticed that djangocms-text-ckeditor is requiring html5lib package which has a deprecated sanitizer. html5lib recommends switching to bleach Is this something known? Will there be a fix in...

status: accepted