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 Since https://github.com/craftcms/redactor/issues/129 we have a checkbox in each Redactor field, that let's us choose, whether the "HTML" button should be visible for non-admin users or not (see screenshot)....

bug

### Description This is not so much a bug as a feature request, I think. Our installation contains multiple Singles, some intended for content and some for settings. For the...

bug

### Description There's a Dutch translation missing when adding a link. See the attached screenshot. The translation should be: "Link to an asset" -> "Link naar een bestand". I tried...

bug

### Description Even though linkNewTab is set to true in both of the configs I use for Redactor, the checkbox is never actually checked when creating a new link. https://share.cleanshot.com/TlVhTByb...

bug

### Description Inline styles for ul and li elements (and possibly others?) aren't removed even though the field setting is enabled (https://share.cleanshot.com/jxqpKmFw) ### Steps to reproduce 1. Add inline styles...

bug

### Description Somehow all redactor fields got wrapped in a `` – even fields that are empty and nothing was ever pasted into them. Sometimes the mysterious `` even gets...

bug

### Description I want to add tags on the redactor field. When the admin adds content they can able to add content with some of the script. But when I...

bug

### Description Enabling the imagemanager plugin does not cause the button to appear in the toolbar. ### Steps to reproduce Here is my Standard.json config file I'm using. I've tried...

bug

The example in the README looks like this ``` { "buttons": ["html", "format", "bold", "italic", "lists", "link", "file"], "plugins": ["fullscreen"] } ``` but it should be "`formatting`" instead of "`format`"

bug

### Description When a link is created in a Redactor field, a "reference tag" containing a fallback URL is saved in the database. For example: `{entry:12@1:url||http://localhost:5000/test}` The problem arises when...

bug