Skip to content

TinyMCE wraps content in a paragraph #261

Description

@J4bbi

Package version (if known): v4.3.0

Describe the bug

TinyMCE which was added with #222 uses a <p> element as a root element as a default block element. It injects this element into the content.

Before version 6 of TinyMCE this could be tampered with using the forced_root_block configuration parameter. But now it can only by used to change what element is used. There is a lengthy discussion about possible workarounds.

As far as I can tell, every time a description field is changed using the editor, provided there is not already a root element, one will be added.

As a side note (I saw @ntarocco mention this on discord) apparently there are possible issues with the licensing of TinyMCE (see here).

Steps to Reproduce

  1. Create a new record
  2. Make sure to not use any html or styling in the description, just write text
  3. Look up the record on the API, it will be nested in a paragraph.

Expected behavior

The editor should not inject markup.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions