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
When you use the paper-slider 2.0-preview with polymer 2.0, and a initial value is set for the slider, the first time you drag the knob the sliders automatically jumps to max value.
It seems to be a problem with the ratio calculated for the first time, as it goes to a value much greater than 1.
I'll try to find the problem and let you know.
Expected outcome
When you drag the knob is expected to be set on the mouse position, not on the end of the slider (max value).
Actual outcome
When you drag the knob for first time, it jumps to max value.
Description
This is for 2.0-preview.
When you use the paper-slider 2.0-preview with polymer 2.0, and a initial value is set for the slider, the first time you drag the knob the sliders automatically jumps to max value.
It seems to be a problem with the ratio calculated for the first time, as it goes to a value much greater than 1.
I'll try to find the problem and let you know.
Expected outcome
When you drag the knob is expected to be set on the mouse position, not on the end of the slider (max value).
Actual outcome
When you drag the knob for first time, it jumps to max value.
Steps to reproduce
It fails with a binded or static value.
<paper-slider id="ratings" max="100" value="{{val}}"></paper-slider> <paper-slider id="ratings" max="100" value="40"></paper-slider>
Browsers Affected
The text was updated successfully, but these errors were encountered: