runspired / ember-run-raf

Use requestAnimationFrame with Backburner
MIT License
26 stars 15 forks source link

Ember.run.debounce does not work properly #6

Closed bekzod closed 4 years ago

bekzod commented 8 years ago

Ember.run.debounce calls function immediately so it does not debounce at all

ember: 2.5.1 ember-run-raf: 1.1.1

tschoartschi commented 8 years ago

Same problem here. We also use

ember: 2.5.1 and ember-run-raf: 1.1.1

@bekzod: do you know a workaround?

FilmKnurd commented 8 years ago

Also ran into this. Debounce just doesn't debounce anymore :-(

mohtada-h commented 8 years ago

Same problem here. I also use: ember: 2.5.1 ember-run-raf: 1.1.1

runspired commented 8 years ago

I believe this is fixed by the latest release, but I need to add a test.

knownasilya commented 8 years ago

Fixed.

knownasilya commented 6 years ago

Can be closed