echobind / ember-links-with-follower

Render a set of links with a "follower" line underneath. The follower moves to the active link, matching size and position on the page.
https://echobind.github.io/ember-links-with-follower
MIT License
45 stars 2 forks source link

Wrong follower position #210

Open Charizard opened 7 years ago

Charizard commented 7 years ago

When the user clicks a different link before the first link's route model is resolved, then the second page is loaded correctly, but the follower seems to be still under the first link.

I tracked this down to here. The willTransition event seems to not fire when the user transitions to another route, before the first one is resolved.

alvincrespo commented 6 years ago

@Charizard Thanks for reporting! I'll take a look at this after some dependencies are updated. Sorry for the super late reply.

alvincrespo commented 6 years ago

@Charizard Would you mind providing details for your environment with ember -v? Thanks!

Charizard commented 6 years ago

It's here:

ember-cli: 2.13.3
node: 6.9.1
os: darwin x64
alvincrespo commented 6 years ago

Awesome - thank you!