redactor icon indicating copy to clipboard operation
redactor copied to clipboard

Edit rich text content in Craft CMS using Redactor by Imperavi.

Results 71 redactor issues
Sort by recently updated
recently updated
newest added

### Description When you select a basic styling button (Bold, Italic, etc.), the button does not stay highlighted when you click into the active text field (or does not highlight...

bug
need more info

### Description I just can't figure out how to make Redactor properly remove HTML / paste as plain text. I need to enter the HTML code for an iframe that...

bug
redactor issue

### Description `module.block.format` API calls defined in the `formattingAdd` option do not work on list elements (i.e. `` and ``). #### Example config ```json { "buttons": [ "formatting", "unorderedlist", "orderedlist"...

bug
redactor issue

### Description When adding a youtube-nocookie url via the video plugin, it does not get embedded. ### Steps to reproduce 1. Click video plugin icon 2. Add a nocookie URL...

bug
need more info

### Description After closing a live preview the image edit tooltip isn't shown when the image is clicked. ### Steps to reproduce 1. Add image to redactor field. 2. Enter...

bug
need more info

### Description When adding a text link, the URL is automatically prefixed with `http://`, even if the user only types `google.com` for example. So the result would be `http://google.com`. This...

bug
redactor issue

### Description In a structure, when creating a new entry and selecting a different entry type, the textarea of the redactor fields are disappearing. They reappear after saving the entry...

bug
need more info

### Description When performing mouse paste with content length more than the allowed limit, the content is pasted on 2nd attempt. ### Steps to reproduce 1. Set the config limit...

bug
redactor issue

I've noticed a couple instances where paragraphs are rendered as plain text on a couple of our sites. This seems to happen after pasting content, though there may be other...

bug
need more info

### Description We have extended some functionality for applying custom styles to images within the editor, but there is some unexpected behavior where we had been using this [API module](https://imperavi.com/redactor/docs/api-modules/block/#s-remove)...

redactor issue