Vidvox / oscqueryhtml

MIT License
14 stars 1 forks source link

Width of sliders changes depending on value #41

Closed dlublin closed 6 years ago

dlublin commented 6 years ago

The width of sliders changes depending on the number of decimal places that are being displayed as in the attached screenshot.

An okay solution would be to always show the same number of characters if there isn't a better technique to handle these cases.

screen shot 2018-08-13 at 9 58 01 am screen shot 2018-08-13 at 9 58 08 am
wysiwyggins commented 6 years ago

or put both the spans with the numbers in a div that I could give a min-width

dustmop commented 6 years ago

@weevil added a span with the class "curr-range-val" that contains the current value and range, in e1967cd.

mrRay commented 6 years ago

i noticed a couple related issues:

video: https://www.vidvox.net/rays_oddsnends/18.08.27-Main%20Output-13.11.14.mov

dustmop commented 6 years ago

The second issue was probably caused by the same problem as #45, so should be fixed now. I think the second issue will be fixed once css is in place to keep the current-value node at a constant size.

dlublin commented 6 years ago

Closing this because it no longer seems like an issue now that we've moved the text.