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

RichText Edit broken when plone.app.widgets is installed #543

Closed
mtrebron opened this issue Sep 5, 2015 · 7 comments · Fixed by #575
Closed

RichText Edit broken when plone.app.widgets is installed #543

mtrebron opened this issue Sep 5, 2015 · 7 comments · Fixed by #575
Assignees
Labels

Comments

@mtrebron
Copy link

mtrebron commented Sep 5, 2015

The edit popup for RichText content is missing the HTML editor. To reproduce:

Create a new Plone 4.3.6 instance
Add a new Plone site and check only plone.app.contenttypes
Notice how the edit page view is using p.a.widgets.
Return to the add-on screen and install collective.cover
Create a new cover page, add a rich text tile to the layout and attempt to edit the tile.

Possibly related: #418

Unfortunately, I need p.a.w 1.8.0 for this project, because its fixes 404 errors when looking @@qsOptions and @@getVocabulary in the LRF when using plone.app.multilingual

Any help or workaround is welcome...

Versions according to http://dist.plone.org/release/4.3.6/versions.cfg

Pinned:
plone.app.contenttypes = 1.1b5
collective.js.bootstrap = 2.3.1.1
plone.app.blocks = 1.1.1
plone.app.tiles = 1.0.1

Picked:
Versions had to be automatically picked.
The following part definition lists the versions picked:
[versions]
i18ndude = 3.4.2
icalendar = 3.8.4
plone.app.event = 1.2.7
plone.app.multilingual = 2.0.0
plone.event = 1.1
plone.formwidget.recurrence = 1.2.5
plone.recipe.precompiler = 0.6
plone.tiles = 1.2
wildcard.fixpersistentutilities = 1.1b7
z3c.jbot = 0.7.2

Required by:
plone.app.event==1.2.7
Products.DateRecurringIndex = 2.1

Required by:
plone.app.event==1.2.7
collective.elephantvocabulary = 0.2.4

Required by:
collective.cover==1.0a11
collective.js.galleria = 1.2.5

Required by:
collective.cover==1.0a11
plone.api = 1.2.1

Required by:
plone.app.tiles==1.0.1
plone.app.drafts = 1.0b3

Required by:
plone.app.contenttypes==1.1b5
plone.formwidget.querystring = 1.1.5

@mtrebron
Copy link
Author

mtrebron commented Sep 6, 2015

Update on the above:

My use case was resolved by staying away completely from plone.app.widgets. IMO there should be a note in the readme about this.

FWIW, my working version pins, using TinyMCE and replacing the subject field with collective.plone4widgetsfallback - in case anyone else stumbles across this issue:

plone.app.multilingual = 2.0.0
plone.app.contenttypes = 1.1b5
collective.cover = 1.0.a11

plone.app.event = 1.1.4
plone.z3cform = 0.8.1
plone.theme = 2.1.5

@hvelarde
Copy link
Member

hvelarde commented Sep 8, 2015

this was already reported by @fulv in #418 and there's some work on:

#469

I have no idea on how to solve it and have no time/resources to take care of it now.

contributions are welcome.

@hvelarde hvelarde changed the title RichText Edit broken when p.a.c is installed RichText Edit broken when plone.app.widgets is installed Sep 8, 2015
@hvelarde hvelarde added the bug label Sep 8, 2015
@petschki
Copy link
Member

@mtrebron actually I forked c.cover and moved the templates to use patterns for configuration data and editing see https://github.com/petschki/collective.cover (just synced it with master right now). @hvelarde I'm not shure about how to handle both worlds (Plone 4.x w/o widgets and Plone 4.x with p.a.contenttypes and p.a.widgets) ... maybe you have a suggestion for me, so I can contribute that code to the collective.

@hvelarde
Copy link
Member

@petschki I'm not sure neither but I think that could be the future when we have a version compatible with Plone 5.

@cguardia @alecpm @cewing what do yuo guys think?

@rodfersou FYI

@alecpm
Copy link
Contributor

alecpm commented Sep 29, 2015

@hvelarde this issue has come up for us on our Plone 5 branch, and we're planning to look into it soon I think.

@hvelarde
Copy link
Member

@petschki maybe you can collaborate with @alecpm

@hvelarde
Copy link
Member

@rodfersou I can confirm the issue with plone.app.widgets==1.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants