Skip to content
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

Closed
shalamos opened this issue Sep 2, 2019 · 5 comments
Closed

strange border with rangeColor #97

shalamos opened this issue Sep 2, 2019 · 5 comments

Comments

@shalamos
Copy link

shalamos commented Sep 2, 2019

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.

image

@soundar24
Copy link
Owner

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/

image

@shalamos
Copy link
Author

shalamos commented Sep 5, 2019

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?

@soundar24
Copy link
Owner

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.

@shalamos
Copy link
Author

shalamos commented Sep 9, 2019

Yes, I can use the workaround for now, but if you release it I will switch to that for sure. Thanks again!

@shalamos shalamos closed this as completed Sep 9, 2019
@soundar24
Copy link
Owner

@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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants