Skip to content

After upgrading to the most recent version, my trumbowyg editor is now as long as the content #1385

@jeremytunnell

Description

@jeremytunnell

Everything was solid and then I upgraded, and now the trumbowyg editor expands to the length of the content. For some of my blog posts, the editor is 5000px tall.

I have added:
autogrow: false,
autogrowOnEnter: false,

Neither of these helps. Problem exists in both Brave and Firefox on Windows.

I have kind if hacky fixed the problem with:

<style> .trumbowyg-editor { max-width:700px; max-height: 500px; } </style>

You can see an example of the problem here :

https://jeremytunnell.net/utils/test_tw

Can you recommend how to fix this correctly?

Thanks,
Jeremy

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug:coreBug in core (trumbowyg.js)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions