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

{{link-to}} classname ember-transitioning-in stuck #10195

Closed
zeppelin opened this issue Jan 12, 2015 · 3 comments
Closed

{{link-to}} classname ember-transitioning-in stuck #10195

zeppelin opened this issue Jan 12, 2015 · 3 comments

Comments

@zeppelin
Copy link
Contributor

When:

  • ember-canary
  • The link is pointing to the same route
  • active=false is set

Repro:

http://emberjs.jsbin.com/guvugalopa/1/edit?html,css,js,output

  • Click link Foo
  • Page transitioned to Foo route
  • Click link Foo again
  • Link Foo's background is red (see CSS tab)

ember-transitioning-in is removed after transitioning to another route, yet the correct behavior should be to not to show this classname at all, if already on the target route.

@DerToti
Copy link

DerToti commented Feb 11, 2015

This seems stll to be a problem in ember 1.11 beta version.
Is there any workaround for this or is it possible to disable this feature?

@machty
Copy link
Contributor

machty commented Feb 11, 2015

@DerToti a fix is coming shortly, but since all this feature does is apply a CSS class name, you can "disable" the feature by not supplying CSS for .ember-transitioning-X.

@rwjblue
Copy link
Member

rwjblue commented Apr 18, 2016

Closing in favor of #13164.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants