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

refactor!: remove unnecessary subscription to animationend #8633

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

vursen
Copy link
Contributor

@vursen vursen commented Feb 4, 2025

Description

Listening to animationend to trigger a layout update is no longer necessary in FormLayout, as this is nowadays handled by ResizeObserver. The change is marked with ! because it removes the CSS animation.

Part of #8583

Type of change

  • Refactor

Copy link

sonarqubecloud bot commented Feb 4, 2025

Copy link
Member

@web-padawan web-padawan left a comment

Choose a reason for hiding this comment

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

LGTM. The original issue workarounded with this animation was related to vaadin-form-layout inside the dialog and we have an integration test for it now.

@vursen vursen merged commit 469744e into main Feb 4, 2025
9 checks passed
@vursen vursen deleted the remove-animationend-subscription branch February 4, 2025 12:36
@vursen vursen mentioned this pull request Feb 4, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants