Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Unable to add text before or after a table is added to an inline editable #3728

Open
so-grimm opened this issue Mar 1, 2024 · 0 comments
Labels
8.3 8.4 Bug Label to mark the change as bugfix CKEditor

Comments

@so-grimm
Copy link

so-grimm commented Mar 1, 2024

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

  1. add a text module that has editorOptions: { formatting: { table: true } } enabled
  2. DO NOT add text
  3. add a table to that inline editable
  4. 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

@grebaldi grebaldi added Bug Label to mark the change as bugfix CKEditor labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.3 8.4 Bug Label to mark the change as bugfix CKEditor
Projects
Status: Todo Contributors
Development

No branches or pull requests

3 participants