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

proposed fix for #4353 DropDown.max_height not working #4550

Merged
merged 3 commits into from
Aug 23, 2016
Merged

Conversation

tshirtman
Copy link
Member

No description provided.

@ghost
Copy link

ghost commented Aug 23, 2016

Good work, @tshirtman. After the fix, max_height works, but the new problem appeared. When the window height is very small (with max_height set), or when it's height is smaller than container's minimum_height (when max_height is None) the dropdown refuses to open or just disappears (f.e. when we resize the window to be small in height). This behavior is easy to see with Spinner, but also with module example. I tried to search for a fix, but with no success. The bug is somewhere in _reposition, for sure.

@tshirtman
Copy link
Member Author

tshirtman commented Aug 23, 2016

hm, i though i had tested that, but will look again later today, hopefully. Thanks for testing.

@tshirtman
Copy link
Member Author

Should be ok now :)

@ghost
Copy link

ghost commented Aug 23, 2016

Great work @tshirtman , works like a charm! Ready to merge.

@tshirtman
Copy link
Member Author

great, merging then :)

@tshirtman tshirtman merged commit 1b4e49b into master Aug 23, 2016
@tshirtman tshirtman deleted the fix_4353 branch August 24, 2016 00:05
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.

1 participant