neos / neos-ui

Neos CMS UI written in ReactJS with Immutable data structures.
GNU General Public License v3.0
266 stars 135 forks source link

Selecting parent element with content collection difficult #2142

Open aertmann opened 6 years ago

aertmann commented 6 years ago

Description

Selecting element with content collections is difficult compared to the old UI.

If a content element has content collections, selecting the content element itself is difficult as the content collections lay on top.

Thus in the new UI you can select the content collections, even though they're pretty useless to select as you can't really do much with normally. The exception is if the collection is a content collection element and has additional properties.

In the old UI it content collections weren't selectable if they contain content as selecting the content allow for inserting new elements.

Steps to Reproduce

  1. Insert a multi column element with content elements in the columns
  2. Try to select the content element

Expected behavior

More easily select the parent element instead of the content collection.

Actual behavior

Difficult to select the parent element.

Video: http://recordit.co/3pCp0MFffG

Affected Versions

UI: Latest

sbruggmann commented 6 years ago

@aertmann I have here a solution which allows to select the columns and content elements in them. But to select the multicolumn around the columns is still a problem. https://github.com/neos/neos-ui/compare/master...sbruggmann:issue-2142