-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Parsing-Error with custom layout with IRichText #404
Comments
P.S.: sometimes refreshing the page (multiple times) fixes the problem. Changing the view and changing it back does the trick. All in all it's a pretty erratic and spontaneous behavior ;) |
Hola. I have the same problem using
Following JS error appears in my console:
Thanks for help. |
Bump? |
same problems here... I am getting very sad about not being able to edit my plone site at all for months now. I guess I just need to know if Mosaic is really ready for prime-time. I am a competent *nix admin, no problem following directions, but this ecosystem may just be beyond my capacities. :( :-( |
@pfraterdeus @agschaid just tried to reproduce your problems with latest versions (fresh Plone 5.1- and https://github.com/plone/plone.app.mosaic/blob/master/versions.cfg) ... everything works as expected. I added a custom behavior (normal text and richtext) to the document and edited the page without any errors. I also created a custom layout and used in on another page, edited data ... all good. googling for the javascript errors above leads to some TinyMCE initialization errors ... maybe you can enable development mode for |
NOTE: this is maybe related: #407 |
@petschki |
Preserve order of behaviors during installation
Hi,
in one of our custom layouts we use a behavior that is a sub-class to IRichtText:
(we access the
text
field of IRichText)When the tile that is accessing the
text
field is included in the current layout (regardless of whether the field is in the layout definition or was added by drag and drop) we often see a error in our javascript console:TypeError: e.parser is undefined
When this error occurs we can't save the page and the autosave feature of text-boxes also doesn't work.
Usually (but not always) this error can be prevented by doing "Layout->Customize" before doing any (!) editing.
we haven't been able to find anything about this error. Is this a know issue? Any help?
The text was updated successfully, but these errors were encountered: