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

fixed condition used to determine size of splitter container #2068

Merged
merged 1 commit into from
Jun 4, 2021
Merged

fixed condition used to determine size of splitter container #2068

merged 1 commit into from
Jun 4, 2021

Conversation

anudeepreddy
Copy link
Contributor

###Defect Fixes
Fixes #2067

There is a small bug in the Splitter code. The splitter always computes the size of the panel based on the height of the container due to the use of a undefined variable for conditional check.

This PR adds the proper variable for conditional check and fixes the issue.

@anudeepreddy anudeepreddy changed the title fixed condition used to determine size of container fixed condition used to determine size of splitter container May 30, 2021
@mertsincan mertsincan merged commit cb8deac into primefaces:master Jun 4, 2021
@mertsincan
Copy link
Member

Good catch! Thanks a lot for your contribution!

Best Regards,

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.

Splitter considers the height as the size of the container irrespective of the layout
2 participants