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: Prevent overlaying of upper toolbars in RichTextEditor #3699

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

markusguenther
Copy link
Member

The RichTextEditor, utilizing the CKEditor component, experienced an issue where the wrapping component failed to scroll appropriately with increased content, causing it to grow and overlay the upper toolbar. This commit addresses the problem, ensuring proper container resizing and preventing toolbar overlay.

Fixes: #3664

issue-3664.mp4

The RichTextEditor, utilizing the CKEditor component, experienced an issue where the wrapping component failed to scroll appropriately with increased content, causing it to grow and overlay the upper toolbar. This commit addresses the problem, ensuring proper container resizing and preventing toolbar overlay.

Fixes: neos#3664
@github-actions github-actions bot added Bug Label to mark the change as bugfix 7.3 labels Jan 26, 2024
Copy link
Member

@Sebobo Sebobo left a comment

Choose a reason for hiding this comment

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

Works as expected, thx!

@markusguenther markusguenther merged commit a477372 into neos:7.3 Jan 30, 2024
8 checks passed
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.

2 participants