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

Discrete slider doesn't respect orientation value #1683

Closed
ananis25 opened this issue Oct 22, 2020 · 0 comments · Fixed by #1704
Closed

Discrete slider doesn't respect orientation value #1683

ananis25 opened this issue Oct 22, 2020 · 0 comments · Fixed by #1704
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@ananis25
Copy link

The discrete slider widget doesn't display vertically despite passing that as the value for orientation.

ALL software version info

panel==0.10.0a35
bokeh==2.3.0.dev2

browsers: firefox, chrome
OS: MacOS client, Centos 7 on server

Description of expected behavior and the observed behavior

Display a vertical widget when orientation passed is "vertical".

Complete, minimal, self-contained example code that reproduces the issue

import panel as pn
pn.extension()

discrete_slider = pn.widgets.DiscreteSlider(name='Discrete Slider', options=[2, 4, 8, 16, 32, 64, 128], value=32, orientation='vertical')
discrete_slider
# discrete_slider.servable()
@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Oct 26, 2020
@philippjfr philippjfr added this to the v0.10.x milestone Oct 27, 2020
@philippjfr philippjfr modified the milestones: v0.10.x, 0.10.1 Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants