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

Ember 2.6.0 render into outlet has erratic behavior after disconnectOutlet is used. Ember 2.5 works #13677

Closed
bterkuile opened this issue Jun 15, 2016 · 1 comment

Comments

@bterkuile
Copy link

I did not trace the source of the error, but created a demo application at:
http://jsbin.com/gopaqu/3/edit?html,js,output
isolating the issue.

Steps to reproduce:

  1. click on the button 'abc'
  2. click on the button 'Close'
  3. click on the button 'def'

Expected result: The content of the modals/def view should be rendered into the modal outlet
Actual result: The render action does not show anything.

The jsbin is created/tested on an Ubuntu 16.04 machine with both Chromium and Firefox browsers

@krisselden
Copy link
Contributor

@bterkuile thanks for the report, this was fixed in #13672 and will be in the next 2.6.x point release

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

No branches or pull requests

2 participants