Closed mck9 closed 1 year ago
Is there a JS error in the browser console?
No, there isn't. I also tried it in firefox and chromium.
I tried it just now, and got this screen. The layout selection modal is far too right but the pattern works in a fresh installation.
You could debug the issue by checking out mosaic and running the resources with webpack as described here: https://github.com/plone/plone.app.mosaic/blob/master/DEVELOPMENT.rst ... if there's no modal loading on initial editing the page, it's likely a JS resource problem.
Super strange. I restarted the server, and now it works.
To reproduce the issue: I created a new Plone site and added mosaic. The mosaic editor shows up only after restarting plone.
Sounds like a resource registries caching problem. I remember having this also some time ago with a custom addon with resources. And there was an issue about that: https://github.com/plone/Products.CMFPlone/issues/3505
The resource registries caching problem that needs a restart should be solved with the upcoming Plone 6.0.4. See https://github.com/plone/Products.CMFPlone/pull/3771
I installed plone.app.mosaic 3.0.1 in a fresh plone 6.0.2 site. After switching the view to "mosaic layout" and clicking "edit" the mosaic editor does not show up.
How to fix/debug the issue?