Skip to content

HTML5 implementation of a slider (vs. jQuery UI) #798

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
gnestor opened this issue Sep 28, 2016 · 1 comment
Closed

HTML5 implementation of a slider (vs. jQuery UI) #798

gnestor opened this issue Sep 28, 2016 · 1 comment
Assignees
Labels
duplicate resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. ux/ui
Milestone

Comments

@gnestor
Copy link
Contributor

gnestor commented Sep 28, 2016

A blocking item for ipywidgets 6.x is to have an implementation of a slider that does not use jquery UI. ipywidgets actually has two types of sliders:

  • the classic slider
  • the range slider for two values

but the implementation of their views are collapsed into one single class.

We should probably separate these two cases into two different view types and replace the jquery-ui slider with an tag. It is well supported across the browsers supported by jupyter however, the api for styling and making it vertical is a bit browser dependent.

https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/

The axis widget of the game controller widget should probably also use the range input tag.

Then, we will have the problem of the "range slider" which is a two-values slider.

@gnestor gnestor added the ux/ui label Sep 28, 2016
@gnestor gnestor self-assigned this Sep 28, 2016
@gnestor
Copy link
Contributor Author

gnestor commented Sep 28, 2016

Duplicate of #630

@gnestor gnestor closed this as completed Sep 28, 2016
@jasongrout jasongrout modified the milestone: 6.0 Mar 1, 2017
@github-actions github-actions bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 15, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. ux/ui
Projects
None yet
Development

No branches or pull requests

2 participants