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

[Slider] Track border radius incorrect when moving the slider icon #15803

Closed
kellymestre opened this issue May 23, 2019 · 3 comments · Fixed by #15703
Closed

[Slider] Track border radius incorrect when moving the slider icon #15803

kellymestre opened this issue May 23, 2019 · 3 comments · Fixed by #15703
Assignees
Labels
bug 🐛 Something doesn't work component: slider This is the name of the generic UI component, not the React module!

Comments

@kellymestre
Copy link

Hi,
I've defined the border radius at the track level, but when moving the slider icon the border radius is being affected.

Please see below how it looks like:
image

Is there any solution to fix this behaviour and have the defined border radius being displayed correctly?

Thanks in advance!

@joshwooding joshwooding added bug 🐛 Something doesn't work component: slider This is the name of the generic UI component, not the React module! labels May 23, 2019
@joshwooding
Copy link
Member

joshwooding commented May 23, 2019

Looks to be a limitation of the current implementation. I guess you would have to change the border-radius based on the transform applied. Maybe someone else knows a better/feasible way. Looks to be fixed in #15703 anyway.

slider

@oliviertassinari
Copy link
Member

Sweet :)

@kellymestre
Copy link
Author

Ok, thanks! I'll wait for that to be included in a release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: slider This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants