Pull Request #25 breaks ember-scroll-to on Chrome 61
Closed this issue ยท 5 comments
Ember-scroll-to no longer works in chrome.
The code added in PR #25 tries to normalize the targets offset top by the scrollable containers top (if the page is scrolled) and the scrollable containers current scroll position. This is necessary because the target's top is calculated from the top of the document, not its scrolling parent.
Anyhow, we want to normalize the targets offset top only when necessary.
Steps to reproduce,
- clone the repo
- start up the dummy app in the latest version of chrome
- paste this code into the application.hbs, observe that it does not do what you expect.
For me it didnt work in either Firefox or Chrome. Applying your PR, both are working now ๐
would be awesome to have a release ;)
I don't have a publish bit for this repo, so I'll need someone else to manage this cc @ragnarpeterson .
Also, I won't be able to provide support on this repo anymore.
@blimmer @ragnarpeterson I would happily maintain this repo for a while. But I would like full access to setup Travis CI and Greenkeeper and publish to NPM.
If you want to give me al those permissions, GREAT!. If you just don't want to deal with it. You can transfer ownership to me an I can handle it.
happy to help as well... alternative way would be to fork the addon.