-
-
Notifications
You must be signed in to change notification settings - Fork 497
Slider range is hidden but taking up space in css. #362
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
Comments
When you start moving a slider value, does the incorrectly positioned span is move to its normal position? |
OK I could reproduce your bug in this fiddle: http://jsfiddle.net/ddfkL3ok/ When the slider is small, the hidden label is over the button.. |
It should be fixed by 5.0.1 release. ;) |
Thank you! Such a quick fix! |
For some reason, I can't seem to get access through CDN or npm. Does it just take time for the new release to be registered? |
My bad: I forgot to publish it. Now it should be OK. |
Hello,
I have an issue that for some reason, the range of the slider is hidden but taking up space. I'd like to remove that box since I am using angular x-editable to modify the floor and ceiling values of the range. I am using a collapsible div, but I have done a refresh of the slider during the toggle. Can you help?
Steps to reproduce
Expected behaviour
The span that is styled with "opacity: 0; left: -34.618px" should not have any content (it should not say 8-36). The span should be empty. I have other sliders that are not hidden in collapsible divs that have this span as an empty span.
Actual behaviour
The span takes up space so that I can no longer click the blue 8.
I started writing a JSFiddle, but you can't see the problem in the fiddle :/. I have other range sliders not in a collapsible div that are fine.
The text was updated successfully, but these errors were encountered: