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

Neos CMS UI written in ReactJS with Immutable data structures.

Results 319 neos-ui issues
Sort by recently updated
recently updated
newest added

### Description The "Apply" Button of the DateTime Editor is often not visible when the datetime editor ist in the lower half of the screen. This leads to confusion when...

UI & UX
Feature

See: https://github.com/neos/neos-development-collection/pull/4921

9.0
Task

Previously, on changing from a workspace to another one that didn't contain the current document-node, an exception would be triggered if no new document-node could be found a single level...

Bug
8.3

I just experienced a weird Issue with Neos UI in multiple Neos 8.2 Projects. If i add a Node with an Image set in the CreationDialog, it throws a JS-Error...

Bug
UI & UX
Accessibility
8.2
8.3

Neos.Neos adjustment https://github.com/neos/neos-development-collection/pull/4630 Replaces: https://github.com/neos/neos-ui/pull/3720 for Neos9 Resolves: https://github.com/neos/neos-ui/issues/3615 Resolves: https://github.com/neos/neos-ui/issues/3509 ### The `NodeCreationHandlerInterface` Contract to hook into the process before the node creation command is handled by the content...

Feature
9.0

### Description Child nodes are not visible after searching. I was ### Steps to Reproduce Could be reproduced on current docs.neos.io 1. Expand a parent node 2. Collapse the node...

Steps: add this to `Neos.Demo:Content.BlogPostingList` ```yaml properties: blogs: ui: inspector: editorOptions: createNew: path: //neosdemo type: 'Neos.Demo:Document.Blog' titleProperty: 'title' ``` server exception > Warning: Undefined array key 1 in /Users/marchenryschultz/Code/core/neos-manufacture-90/Packages/Neos/Neos.Neos/Classes/FrontendRouting/NodeAddressFactory.php line...

Bug
9.0

With https://github.com/neos/neos-ui/pull/2178 we moved into a direction of rather fetching context paths from the server than manually guessing them in the client. The current 9.0-dev still shows 21 references to...

Technical debt
9.0

As seen here in the code https://github.com/neos/neos-ui/blob/4d1baf9289c020b93fa2683d909d3aa23cc67ee9/packages/neos-ui-editors/src/Editors/Reference/createNew.js#L38 or shown by this issue https://github.com/neos/neos-ui/issues/1764 the `createNew` option allows to redirect the entered title in a custom property field if `titleProperty: 'myTitle'...

Bug
9.0

if you have a node with the following config (to override the label name of the title) ```yaml Foo.Bar:NodeType: superTypes: Neos.Neos:Document: true title: ui: label: "hello" ``` it will still...

Bug
Good first issue
7.3
9.0
8.3