-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Plone 6.0.0a2 tinymce pattern, in '/en' the visualblocks plugin cannot load the css because of a wrong url #1102
Comments
plone/plone.base#18 maybe has anything to do with it? I would close this if it is fixed in current plone 6 but it seems still there: https://6-classic.demo.plone.org/en/demo/a-page/edit |
I would like to help you fix this but I need some guidance. What's the visualblocks plugin and how do I enable it on my TinyMCE? |
Actually, the |
@yurj @Rudd-O yes, the tinymce-builded folder as well as the components folder are gone. the only occurrence for
But then, this is also the only occurrence of Any more information how to reproduce this problem or where the |
That needs fixin', I just don't know what to include there. |
I've found a bug with multilingual (or '/en' folder) and tinymce. If you enable the visual blocks (view -> Show Blocks), in an english site the tinymce-visualblocks css url miss the ++plone++static part :
http://<mysite>/++plone++static/components/tinymce-builded/js/tinymce/plugins/visualblocks/css/visualblocks.css
vshttp://<mysite>/en//plugins/visualblocks/css/visualblocks.css
(the // misses ++plone++static plus all the path to the plugin).The bug happen if the folder is called, for example, 'en' and language negotiation (folder and browser) is enabled in the control panel, and the language 'en' is added to available languages. If I call the folder with a different name, or with a non installed language, or if I disable the language negotiation, then the css is loaded correctly, the css url in the head is
http://mysite/++plone++static/components/tinymce-builded/js/tinymce/plugins/visualblocks/css/visualblocks.css
The text was updated successfully, but these errors were encountered: