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

DropDown widget getting cut off #7677

Closed
desilinguist opened this issue Feb 3, 2015 · 3 comments · Fixed by #7683
Closed

DropDown widget getting cut off #7677

desilinguist opened this issue Feb 3, 2015 · 3 comments · Fixed by #7683
Milestone

Comments

@desilinguist
Copy link

I am playing around with the widgets in iPython 3.0.0b1 and found that the DropDown widget gets cutoff if there aren't a sufficient number of cells underneath the cell that's displaying the widget. It's better explained using the two images attached. As you can see, in the first image, the dropdown menu is cut-off without showing all of the options. In the second image -- where another cell has been added below the current cell -- the drop down shows one more option but still gets cut off.

For a drop down with 10-15 options, this seems like a less than ideal way to get the DropDown widget to display all its options. Isn't there a way to set the overflow-y property or something to get it to scroll instead?

img1

img2

@aneeshvartakavi
Copy link

I'm facing a similar issue when the dropdown is cut off the end of the notebook (see attached screenshot). I've worked around this in the past by adding empty cells below this, but I currently have a list of 300 options and I'm trying to find a better fix. I'm running IPython Notebook 3.2.1.
screen shot 2015-07-17 at 3 58 38 pm

@jdfreder
Copy link
Member

Hmmm, this is probably another, similar but different bug. Unless it's a bootstrap problem. Either way, if you could open an issue in http://github.com/ipython/ipywidgets , that would be great.

@aneeshvartakavi
Copy link

Done! For reference, jupyter-widgets/ipywidgets#94

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 a pull request may close this issue.

4 participants