Skip to content

minSize doesn't work #255

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

Closed
yevgeniy-belov opened this issue Aug 9, 2020 · 4 comments · Fixed by #259 or #418
Closed

minSize doesn't work #255

yevgeniy-belov opened this issue Aug 9, 2020 · 4 comments · Fixed by #259 or #418
Labels

Comments

@yevgeniy-belov
Copy link

yevgeniy-belov commented Aug 9, 2020

minSize doesn't work when there are more than two split areas.

Versions: 3.0.3 and 4.0.0
Example: https://stackblitz.com/edit/angular-uacvff

@beeman
Copy link
Collaborator

beeman commented Aug 9, 2020

Hey @cssberries, thanks for filing this issue.

It looks like it's not particularly the number of areas, in this example it seems to work as expected:

https://stackblitz.com/edit/angular-split-demo-guggjn?file=src%2Fapp%2Fapp.component.html

Note that I set a size and minSize for all of the columns. Also, please make sure to use the latest 4.x version, the 3.x version are no longer supported. I see you also tested with v4 👍

Does this help you fix your issue?

@yevgeniy-belov
Copy link
Author

Hi beeman,

The first section can be actually squeezed to zero.

@beeman
Copy link
Collaborator

beeman commented Aug 9, 2020

You're right, I see it now. I'm going to see if I can fix it.

@gorshkov-leonid
Copy link

Hello, @beeman, are you going to release new version with this fix in in the near future and when?

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