Skip to content
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

Additional TinyMCE formats not showing in RichText Tile visual editor #743

Closed
abosio opened this issue Aug 8, 2017 · 11 comments
Closed

Comments

@abosio
Copy link

abosio commented Aug 8, 2017

  • Plone 5.1b3 (5106)
  • collective.cover 1.6b1

Out of the box, Plone's TinyMCE editor has some additional styles in the Formats menu, these do not show up in the TinyMCE instance of a Rich Text Tile in Compose mode in the Edit overlay. Additional custom styles added by my theme product also do not appear.

Steps to Reproduce:

  1. Create a clean Plone 5 site and install collective.cover
  2. Add a Page, observe the styles available in the Formats menu.
  3. Add a Cover, with a Rich Text Tile in the Layout and Save.
  4. Click Compose and Edit the Rich Text Tile.
  5. Observe the styles available in the Formats menu.

tinymce

@hvelarde hvelarde added the bug label Aug 8, 2017
@hvelarde hvelarde mentioned this issue Aug 8, 2017
17 tasks
@hvelarde
Copy link
Member

hvelarde commented Aug 8, 2017

thank you! let us know if you can help on fixing this.

@abosio
Copy link
Author

abosio commented Aug 8, 2017 via email

@hvelarde
Copy link
Member

hvelarde commented Aug 8, 2017

I'm sorry, we're still not using collective.cover in Plone 5.

@rodfersou any ideas?

@idgserpro
Copy link
Member

Both use from plone.app.textfield import RichText. https://github.com/collective/collective.cover/blob/1.6b1/src/collective/cover/tiles/richtext.py#L11, https://github.com/plone/plone.app.contenttypes/blob/1.3.0/plone/app/contenttypes/behaviors/richtext.py#L3, although the behavior uses from plone.app.z3cform.widget import RichTextFieldWidget as well.

Don't know how to dig in this z3c.form rabbit hole, rs.

@rileydog
Copy link

The same issue is with Mosaic: the full list of pull downs isn't available when adding a rich text edit tile. So I don't think it is a collective cover issue.

@hvelarde
Copy link
Member

@datakurre are you aware of this? is there any issue opened upstream?

@datakurre
Copy link
Contributor

No, I’m not aware. It has worked for us with Mosaic, but we are still on some 5.1a.

@hvelarde
Copy link
Member

hvelarde commented Oct 27, 2017

@abosio BTW, may I ask how are you running collective.cover in Plone 5.1b3? AFAIK the package is still broken for that version (#642).

@abosio
Copy link
Author

abosio commented Oct 27, 2017

@hvelarde So far we have only noticed a few of other issues in addition to this one, but they are not showstoppers. I will report those as well if I don't see them here. It is mostly working for us and we are putting it in production soon.

We are running a local version of the package where @cdw9 fixed one problem but I don't remember which one it was.

@hvelarde
Copy link
Member

thanks! please check the issue I mentioned above as it contains a list of knows issues of this package under Plone 5.

also, please open a new branch and PR to address the issues here so we can fix them here.

@scmos
Copy link

scmos commented Oct 8, 2019

I just reviewed the issue and I see that there is no problem for plone 5.1.5 and collective.cover 2.2.0
image

Evidence
image

@hvelarde hvelarde closed this as completed Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants