Image is missing the restricted exception class in the data #16218
Labels
package:restricted-editing
squad:core
Issue to be handled by the Core team.
support:2
An issue reported by a commercially licensed client.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
<span class="restricted-editing-exception">This is example content</span>
editor.getData()
✔️ Expected result
The image markup includes the
restricted exception
class, so it could be properly recognized during editor initialization❌ Actual result
The image markup is missing the
restricted exception
class, so after reloading the editor (or callingeditor.setData( editor.getData() )
) it's impossible to edit the image.It is correct in the editing view.
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: