You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is an issue with Dexterity rich text fields. If I were to create items using a content type with either or both of the IRichTextBehavior and plone.app.textfield.RichText fields in it and place it in a folder called Policies, the following will occur:
/policies will show the items listed in the folder
/policies/folder_contents will freeze the page (it will keep churning without any resolution)
What I have noticed is that if there are no values on either or both of these fields, /folder_contents will display the content type. However, if there are values on either one or both of the fields, /folder_contents will freeze -- the page will keep churning with no resolution.
To create a new content type:
Addons > Dexterity Content Type > Add New Content Type
In the new content type: To create the IRichTextBehavior field:
Go to Behaviors tab > check the RichText
To create the rich text field:
Go to Fields tab > Add new field > Field type: Rich Text
Once the content type and fields are in place, I then used the content type in Plone. When there are values in the fields, /folder_contents will freeze. If there are no values in the fields, /folder_contents will list the content type items.
I think there is an issue with Dexterity rich text fields. If I were to create items using a content type with either or both of the IRichTextBehavior and plone.app.textfield.RichText fields in it and place it in a folder called Policies, the following will occur:
What I have noticed is that if there are no values on either or both of these fields, /folder_contents will display the content type. However, if there are values on either one or both of the fields, /folder_contents will freeze -- the page will keep churning with no resolution.
The question was first posed at: https://community.plone.org/t/dexterity-irichtextbehavior-and-plone-app-textfield-richtext-fields-freeze-contents-folder-contents-feature/3585
The text was updated successfully, but these errors were encountered: