-
Notifications
You must be signed in to change notification settings - Fork 80
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
strange border with rangeColor #97
Comments
Actually the current implementation of roundSlider uses the div elements, so that you are facing these UI issues. I already provided support for the SVG version, but still didn't include in the source. So I have provided that code as a sample level that will solve your issue. Check the below demo: https://jsfiddle.net/soundar24/se6hauLw/3/ |
Yes, it seems like those divs do not overlap perfectly. The svg version works great for me, thanks a lot! Do you have any plans on releasing it? |
I already have the plan from a long time, but don't have the time. Also I hope that people got satisfied with this workaround, so that not focused on this. However please let me know your priority, based on that I will try to release this in a couple of weeks or at-least in a month. |
Yes, I can use the workaround for now, but if you release it I will switch to that for sure. Thanks again! |
@shalamos I forget to update you, roundSlider was released with SVG mode on January itself. Please check the below demo: https://jsfiddle.net/soundar24/r5jcb1q4/1/You can simply migrate to the latest version and let me know if you faced any issues.. Thanks... |
Hi, thanks for this great plugin.
When I set a rs-path-color and a rs-track-color, you can see a bit of the range-color at the left side of the Track. Is there any way to fix this?
I use Chrome 76.0.3809.100 on macOS 10.13.6 with a Retina Display.
The text was updated successfully, but these errors were encountered: