Skip to content

Splitter k-pane-static class is not reapplied after expanding a pane #4625

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

Open
mbechev opened this issue May 12, 2025 · 0 comments
Open

Splitter k-pane-static class is not reapplied after expanding a pane #4625

mbechev opened this issue May 12, 2025 · 0 comments

Comments

@mbechev
Copy link
Contributor

mbechev commented May 12, 2025

Description

The Splitter dynamically adds and removes k-pane-static class to panes when resizing them. However, when collapsing and expanding a pane the class has not been reapplied to the pane.

The following screen video demonstrates the steps to reproduce this inconsistency:

Screen.Recording.2025-05-12.at.13.24.29.mov

Test Example:

https://stackblitz.com/edit/angular-msq8kccm?file=src%2Fapp%2Fapp.component.ts

Actual Behavior

k-pane-static is removed from the DOM, but not added back when expanding a pane.

Expected Behavior

The CSS classes should be consistent in those cases and should exist when the panes are expanded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant