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

BUGFIX: Make sure secondary inspector container does not overlap editors in node creation dialog #3324

Merged

Conversation

grebaldi
Copy link
Contributor

@grebaldi grebaldi commented Jan 5, 2023

fixes: #3318

The Problem

neos-ui-issue-3318-before

This is a regression through #2870.

The secondary inspector for the node creation dialog is wrapped in a container that is invisible, but has a padding that overlaps part of the editors.

In cases in which the help message button flows into the next row, the button is entirely covered by that padding and can therefore not be clicked.

The Solution

Quite simple: I added overflow: hidden; to the surrounding container, so the padding cannot overlap the editors anymore:

Peek.2023-01-05.10-28.-.RichTextEditor.Help.Message.mp4

@Sebobo
Copy link
Member

Sebobo commented Jan 11, 2023

Thx!

Copy link
Member

@crydotsnake crydotsnake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested it, and works as expected!

@crydotsnake crydotsnake merged commit 79dd98e into neos:7.3 Jan 14, 2023
@crydotsnake crydotsnake added the Bug Label to mark the change as bugfix label Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.3 Bug Label to mark the change as bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Help Message for RichTextEditor cannot be clicked when in CreationDialog
3 participants