-
-
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
Route redirect does not work with ember-latest #3089
Comments
To clarify: Working RC6.1 JSBin
Broken master seems to abort the transition that would cause "LETTER: _" to say "LETTER: b". Investigating why this seems to be the case. |
Is this related to #3056? |
@machty, what's the status of this? |
@machty, ping. |
The status is that there are a few corner cases in parameter preservation that aren't properly handled in Sorry about the delay on this, I'd like to start a refactor shortly, just need to talk to some more folk to see if I'm on the right trick with what i wanna do. |
So this is the link I provided for Broken Ember master, and it seems to have been fixed... I thought this was going to be fixed by my router.js refactor stuff, but seems like this has already been fixed. |
See: http://jsbin.com/ucanam/578/
This works OK with the rc6.1 version.
When using the ember-latest version, the first step works, but selecting 'b' results in an abort:
ember-latest is:
The text was updated successfully, but these errors were encountered: