Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loader with custom scrollable that never fires #173

Merged
merged 1 commit into from
Aug 5, 2016

Conversation

jimmay5469
Copy link
Contributor

Fixes #126

Right now, if the scrollable is not the direct parent of the loader, then position will not give us what we want. Using this.$().offset().top - this.get("_scrollable").offset().top should always give us what we want though.

@andyo729
Copy link

andyo729 commented Aug 5, 2016

👍

@hhff hhff merged commit f0b823d into adopted-ember-addons:master Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants