You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
It seems that md-slider's ripple is positioned slightly off to the top left.
You can see this on the slider demo if you click on one of the slider lines. It's very fast but I managed to get a screenshot. I tried clicking on the slider in multiple places as I thought the ripple origin had to do with my mouse position but it didn't affect it. I think it should either ripple from the center or from the position of the mouse relative to the sliders dot.
Note that right now the ripple never reaches the bottom right corner and it appears to be created slightly off center.
It also seems the spec doesn't mention the outer grey circle seen below when you click and drag.
edit - I think it is supposed to be colored the same as the ripple so it can look like the ripple doesnt go away until you release it. But the background color was never set.
Slider spec - http://www.google.com/design/spec/components/sliders.html#
The text was updated successfully, but these errors were encountered:
epelc
changed the title
md-slider: Ripple positioned slightly off and outer circle not to spec
md-slider: Ripple positioned slightly off and Outer circle background color not set
Apr 20, 2015
There are a few issues design with the slider that we will need to fix. I can't seem to reproduce (or even see) the ripple issue, but I have fixed the grey circle.
Ideally, the focus ring would only appear on focus, not on click too, but that will require quite a bit of code changes to accomplish, and we wanted to get this CSS fix in to 0.11, so we'll try to fix the other issues before 1.0.
It seems that
md-slider
's ripple is positioned slightly off to the top left.You can see this on the slider demo if you click on one of the slider lines. It's very fast but I managed to get a screenshot. I tried clicking on the slider in multiple places as I thought the ripple origin had to do with my mouse position but it didn't affect it. I think it should either ripple from the center or from the position of the mouse relative to the sliders dot.
Note that right now the ripple never reaches the bottom right corner and it appears to be created slightly off center.
It also seems the spec doesn't mention the outer grey circle seen below when you click and drag.
edit - I think it is supposed to be colored the same as the ripple so it can look like the ripple doesnt go away until you release it. But the background color was never set.
Slider spec - http://www.google.com/design/spec/components/sliders.html#
The text was updated successfully, but these errors were encountered: