neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

Inspector displays inline editable title with HTML entities

Open hlubek opened this issue 9 years ago • 3 comments

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

  1. Create a node type with an inline editable title
  2. Supply a title with an ampersand
  3. 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

hlubek avatar Oct 31 '16 08:10 hlubek

This is probably related to https://github.com/neos/neos-development-collection/issues/1280

kitsunet avatar Apr 25 '17 20:04 kitsunet

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.

rolandschuetz avatar Apr 12 '18 18:04 rolandschuetz

I could reproduce this despite a minor React rewrite inbetween

image

Content tree label works image

But the label in the inspector here is not working image

mhsdesign avatar Jul 19 '22 17:07 mhsdesign