craftcms / redactor

Edit rich text content in Craft CMS using Redactor by Imperavi.
https://plugins.craftcms.com/redactor
MIT License
100 stars 48 forks source link

Broken Redactor field in Matrix + Unable to add matrix block to section #394

Closed threes-was-taken closed 2 years ago

threes-was-taken commented 2 years ago

Description

Redactor issue: Redactor fields are not visible inside a matrix block when navigating to a section where a matrix is present. Other fields (plain text, image) are visible.

Matrix issue: We're not able to add new matrix blocks to a section since the upgrade to v4.

The following error is thrown inside the console when opening a section that contains matrices with redactor fields Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.

Steps to reproduce

Since it's not clear to us how/when this happened, we're not able to give reproduction steps.

Additional info

threes-was-taken commented 2 years ago

Fixed with latest 4.0.4 update