plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
246 stars 186 forks source link

Calendars are broken in events Recurrence overlay #3509

Closed laulaz closed 2 years ago

laulaz commented 2 years ago

What I did:

On an event with "Event Recurrence" behavior activated, if you click on Recurrence "Add" button, its overlay has problems :

  1. calendars popups are not working when trying to choose a date (for "Until" and for "Add date" fields)
  2. z-index is incorrect and the overlay is behind TinyMCE toolbar
capture

I don't know if this is the right repo for this issue, or if it should be in plone.app.event.

What version of Plone/ Addons I am using:

Plone 6 dev

petschki commented 2 years ago

I startet fixing this at BSSP ... issue is here https://github.com/plone/mockup/issues/1171 ... PR follows