BUG: Unable to add text before or after a table is added to an inline editable #3728
Open
Description
Description
When a table is added to an inline editor (Neos.Neos:Editable) and no text has been added to that inline editor before that, it is not possible to move the cursor in front/above the table to add text. It is also not possible to move the cursor behind/below the table to add text, unless there is already text there.
Steps to Reproduce
- add a text module that has
editorOptions: { formatting: { table: true } }
enabled - DO NOT add text
- add a table to that inline editable
- try to move the cursor or click before/above or behind/below the table to add text (not possible)
Expected behavior
The editor can add text in front and below a table.
Actual behavior
It is currently not possible to add text before or after a table unless there's already text there.
Affected Versions
Neos: 8.3
UI: 8.4