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

When using the CKEditor within a web page I am unable to scroll using a touch screen anywhere else besides on the CKEditor itself. ``` # models.py from django.db import...

easy pickings

Hi, I've found a bug. All polish letters display as they should both in classic and source mode except for 'ó' which changes into "ó". That's all, just some small...

djangocms-text-ckeditor 3.6.0 calls `static` before the static files have been set up: ```python $ python manage.py collectstatic Traceback (most recent call last): File "manage.py", line 12, in execute_from_command_line(sys.argv) File "/usr/local/envs/are.ucdavis.edu/lib/python3.6/site-packages/django/core/management/__init__.py",...

stale

I don't see the table or cell properties context menu items when right clicking a table/table cell within the editor. Please see screenshot below. I'm using the latest version of...

stale

Within a text plugin dialog, I can input texts and filer images correctly. However, drag & drop of images from windows system to the dialog box doesn't have any effect,...

stale

According to the [ckeditor docs](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_htmlWriter.html#method-setRules), rather fine grained settings can be applied to individual tags that the editor renders (htmlWriter). Is there a way to access and overwrite these kind...

stale

Given a model with an HTMLField using the CK Editor widget in the Admin, the widget behaves properly when using the "Source" feature. However, if that model is used as...

stale

When I create a cmsplugin instance in the text editor (for example a bootstrap3 image) and then click on the cursor icon that appears on hover, and then create a...

stale

In docs on page https://github.com/divio/djangocms-text-ckeditor it is said that I can add my ALLOW_TOKEN_PARSERS: ``` And add your class to ALLOW_TOKEN_PARSERS settings: ALLOW_TOKEN_PARSERS = ( 'mymodule.DonutAttributeParser', ) ``` But in...

needs design decision
needs expert opinion
stale

Django 1.9.7, django-cms 3.3.0 and djangocms-text-ckeditor 3.0.0 in a small and simple site on hosted server gives always browser redirect error after front edit edit and save of text plugin....

stale