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

Two RTE toolbars are displayed when opening secondary editor while inline editing

Open Sebobo opened this issue 2 years ago • 1 comments

Description

When having an inline editable text that is also editable via the RichtTextEditor in the inspector, opening the secondary editor will show an additional toolbar to the one of the inline editable. This is very confusing as the inline editor buttons are also active.

Steps to Reproduce

Add the following f.e. to a Neos.NodeTypes:Text content elements definition:

inspector:
   editor: Neos.Neos/Inspector/Editors/RichTextEditor

Expected behavior

Only one toolbar is visible/active

Actual behavior

Two toolbars are displayed:

Bildschirmfoto 2023-08-25 um 08 08 53

Affected Versions

Neos: 7.3+

UI: 7.3+

Every since the RichTextEditor was added.

Sebobo avatar Aug 25 '23 06:08 Sebobo

Additionally it's quite confusing that they don't share their formatting options, therefore most formats not working in the one or the other editor. Would you save a change then, it would loose the missing formats.

Sebobo avatar Aug 25 '23 06:08 Sebobo