-
-
Notifications
You must be signed in to change notification settings - Fork 497
Overlapping max and ceil value label #396
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
Does it only occur with vertical sliders? Could you set up a demo reproducing the issue please? |
Haven't tried but i think yes. |
Indeed, this is a bug that only occurs with vertical sliders. However, your issue is due to the fact that you instantiate your slider value without model/high values... |
Actually i am providing these value at the time of Initialization but could do the same for the example. |
Are you sure that when the slider becomes visible, it's values are correctly initialized? |
Actually values are there when it become visible because i can see but doesn't show properly, so ineed to use |
@ValentinH any update on this bug. |
No, I don't have much time to spend on this project currently. It would be easier to investigate it i you could provide a demo of the bug with correctly initialized value on start. |
Also this bug persist on vertical sliders! |
@costea93 do you have a demo reproducing this bug? |
Unfortunately, if I don't have any code, I can't reproduce and understand easily the bug.
|
@ValentinH the problem is here: |
The function responsible for showing/hiding labels is this one: https://github.com/angular-slider/angularjs-slider/blob/master/src/rzslider.js#L1124 |
i can't change library to see what will be happened after my changes because we use rzslider as bower component. :( I don't know why first span have visibility hidden and second visible
And one intresting thing here - this problem disappear after screen resize. |
Actually, you can edit even with Bower. You just need to locate the rzslider.js file in the bower folder and directly edit it. |
The problem is here:
do you have any ideas, how can i resolve that? |
It is a weird behavior, I really need to see a demo of it... |
@costea93 in your slider options, do you set |
I finally managed to reproduce it and fix it. Released with 5.8.5 |
Above issue is again introduce in latest version ..6.6.0 .Can you plz fix there as well |
Again, please provide a demo showing the bug. |
Steps to reproduce
Note: I am using this plugin in ionic app.
Expected behaviour
It should show floor and min value with same label and max and ceil with same label.
Actual behaviour
Max value and ceil value shows overlapping label with same value.

The text was updated successfully, but these errors were encountered: