Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Slider with a fractional step in the input seems to kill the CPU. #160

Closed
cristiano-belloni opened this issue Aug 21, 2014 · 0 comments
Closed
Milestone

Comments

@cristiano-belloni
Copy link

my directive template:

// [...]
'<material-slider>' +
    '<input type="range" ng-model="fx_data.ampli_level" min="0" max="3" step="0.25">' +
 '</material-slider>' +
// [...]

This (and any other fractional value) makes the page unresponsive, and the CPU in Chrome's task manager goes up to > 100%.
Instead, step="1" seems ok.

@ThomasBurleson ThomasBurleson added this to the 0.0.3 milestone Aug 26, 2014
@ThomasBurleson ThomasBurleson changed the title fix(slider) - Slider with a fractional step in the input seems to kill the CPU. Slider with a fractional step in the input seems to kill the CPU. Aug 26, 2014
ajoslin added a commit that referenced this issue Sep 16, 2014
ajoslin added a commit that referenced this issue Sep 19, 2014
Closes #260. Closes #245. Closes #221. Closes #160. Closes #36.
Closes #31. Closes #21. Closes #255.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants