-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
folder_contents Configure display column dialog half visible #3124
Comments
When I put plone-editor-tools bundle js in develop mode, the issue is fixed! |
The question now is how to build this bundle to include it in a new release? I don't have a clue. Someone knows? |
To create the new bundles, the documentation is at https://github.com/plone/plone.staticresources |
The bundles have been updated recently by @thet last_compilation 2020-06-16 10:10:00 Huh, now I played a little bit with plone.staticresources it appears this is not an issue with released vs develop mode, weird. I can reproduce the issue in develop mode. The issue is not existing in plone.staticresources 1.2.1, it only occurs on master. We have those CSS rules:
toolbar is z-index: 20 This is what changed, in the DOM, now we have:
And before we had
|
I couldn't find what changed in the js to have a different DOM like this. |
I did the css fix there plone/mockup@a6fa639 |
This issue was a regression because of plone/mockup#964 |
The fix I did included in mockup 3.2.0 did regressions with submenu in Plone toolbar and portal tabs subtrees simlar to #2307 that was actually fixed before. |
BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)
What I did:
Create a Plone site in German
Go in folder contents, click on "Configure display column"
What I expect to happen:
The dialog should be completely visible.
What actually happened:
The dialog is half visible, some part is below the toolbar
This is what it looks like in English:
What version of Plone/ Addons I am using:
Plone 5.2.1
The text was updated successfully, but these errors were encountered: