HTML5 implementation of a slider (vs. jQuery UI) #798
Labels
duplicate
resolved-locked
Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
ux/ui
Milestone
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:
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.
The text was updated successfully, but these errors were encountered: