plone / Products.CMFPlone

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

Action Edit Form Modal not scrollable in Firefox #3710

Open pabo3000 opened 1 year ago

pabo3000 commented 1 year ago

BUG

What I did:

Use Firefox. Login as admin in the classic UI. Access the control panel. Edit an action. The form opens in modal. Because the form is to long you have to scroll down to find the submit button.

What I expect to happen:

I expect to be able to use the scrollbar.

What actually happened:

I try to access the scrollbar. But I catch the scrollbar of the page not the modal. So the submit button is inaccessible. Ok, if the focus is not in a form field I can use the down arrow.

What version of Plone/ Addons I am using:

Plain Plone 6 https://6-classic.demo.plone.org/@@actions-controlpanel

petschki commented 1 year ago

This is not happening for me on MacOS. When I scroll, the form within the modal scrolls and not the page. Are you using Windows or MacOS? which FF Version? Note that this is a pure Bootstrap 5 modal and if its not working, it would be a bug there ... or we have some missing modal configuration options?