Skip to content

Plone 6 - Classic UI: TinyMCE content.min.css GET error #327

@szakitibi

Description

@szakitibi

What happens
Adding a textarea with pat-tinymce class results:

GET http://localhost:8080/Plone/++webresource++74456754-c4ae-5e78-b089-c480f83eb0c7/++plone++static/bundle-plone/chunks/skins/content/default/content.min.css net::ERR_ABORTED 404 (Not Found)

Steps to reproduce

  1. clone git@github.com:collective/minimalplone6.git, run buildout and create a Plone 6 Classic UI site
  2. add a browser page with TinyMCE <textarea class="pat-tinymce" data-pat-tinymce='{"inline": false}'></textarea>
  3. open the view and check developer tools console for the above error

Versions:

  • Plone 6.0.10
  • plone.staticresources 2.1.13 / 2.2.0a6
  • TinyMCE 5.10.9 / 6.8.3

Note:
With latest 2.2.0a6 it is still present, but the error is not present for "inline": true, nor with built in forms (e.g. ++add++Document, ++add++Event).

What I expect

A documentation on how to initialize TinyMCE without errors would be good. Or a bugfix, if it is a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions