neos-ui
neos-ui copied to clipboard
Inspector displays inline editable title with HTML entities
Description
When editing the title as an inline editable property the node type label is shown with HTML entities if the text contains special characters (e.g. ampersand).
Steps to Reproduce
- Create a node type with an inline editable title
- Supply a title with an ampersand
- The node type label is displayed with an "&" entity
Expected behavior
The inspector should not show the HTML entity
Actual behavior
The inspector displays HTML entities as is
Affected Versions
Neos: 2.3 LTS
This is probably related to https://github.com/neos/neos-development-collection/issues/1280
That would mean that we need to render HTML inside the inspector input. That seems weird to me. I think properties should either be in the inspector or inlineEditable.
I could reproduce this despite a minor React rewrite inbetween

Content tree label works

But the label in the inspector here is not working
