-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Nested link-tos cause broken active states (beta, canary) #10662
Milestone
Comments
This jsbin might be helpful. It makes a distinction between the outer nested links (no underline) and the inner nested links (underlined) and you can see that if you always click the outer nested links the correct behavior is observed. (edit linked bin) |
Duplicate of #10366. |
Closing as a dupe! |
An alternative solution is https://github.com/alexspeller/ember-cli-active-link-wrapper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using nested link-to, ala this common omg-using-bootstrap pattern:
Causes broken
active
states in beta and canary. See: http://emberjs.jsbin.com/pejavu/4/edit?html,css,jsThis is a regression from 1.10 (broken in 1.11.0-beta.1). It seems that when the
currentWhen
is compared to the states on thejsRouter
that those states still reflect aloading
state. For example:We've seen a variety of manifestations, including
active
not being set andember-transitioning-in
andember-transitioning-out
being stuck on.The text was updated successfully, but these errors were encountered: