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

Empty ContentCollection with removed content is not visible

Open jonnitto opened this issue 6 years ago • 2 comments

If an empty ContentCollection with removed content is in the backend, the ContentCollection is not visible, as it doesn't get the styling for an empty ContentCollection (gray outline)

Steps to Reproduce

  1. Remove all content from a ContentCollection (don't publish)
  2. Reload page
  3. The ContentCollection has no special highlighting

Expected & Actual behavior

The empty ContentCollection with removed elements should get the same styling as an empty ContentCollection without removed elements

Improvements

Also, it would be helpful to get a CSS Class to address empty content collection. Something like neos-contentcollection--empty

Affected Versions

Neos: 4.1 UI: 1.4.1

Related: https://github.com/neos/neos-ui/issues/3620

jonnitto avatar Nov 10 '18 12:11 jonnitto

@jonnitto maybe this is solved by https://github.com/neos/neos-ui/issues/2376 ? Anyways I could not reproduce this with Neos 3.3 / UI 2.x

Is this still a thing?

sbruggmann avatar Mar 22 '19 10:03 sbruggmann

Will test it…

jonnitto avatar Mar 22 '19 19:03 jonnitto