Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Using "editable" with "step" has usability issues #42

Open
zinkkrysty opened this issue Feb 15, 2015 · 1 comment
Open

Using "editable" with "step" has usability issues #42

zinkkrysty opened this issue Feb 15, 2015 · 1 comment

Comments

@zinkkrysty
Copy link

If I use a paper-slider element with both editable and specifying the step attribute, I can't use the input field to introduce a value.

<paper-slider editable min="0" max="100000" step="1000"></paper-slider>

I guess this is because the input and the slider are synchronized on key press.

I think this is counter intuitive and it should not have a strict validation on the value, but only for the movement on the slider. If the user edits the value through the input, the slider should reflect that value, but when the user moves the slider, it should move in step increments.

@polonski
Copy link

Same issue
As soon as another value is entered in the input, the slider renders my Chrome 40.0 Unresponsive by spiking CPU usage to around 25% before dying.

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

No branches or pull requests

2 participants