-
-
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
[BUG angle-bracket-components] Unstable Top Level Elements #11728
Comments
@chadhietala is there a way to add some logging to your jsbin example that demonstrates the event handlers no longer being attached. What are the steps you noticed that may have contributed to the event handler becoming detached? |
@chadhietala - Can you submit a failing test PR for this? I'll add it to the checklist in #12011... |
@rwjblue our branch is addressing exactly this case; it happens when the |
@wycats - AWESOME! Then your branch will make the requested failing test pass 😉 |
Confirmed this was fixed in #12011 |
In the following jsbin there are 2 weird behaviors.
I believe this is due to having an if helper on the top level element. I noticed that class names do not get concated with the existing
ember-view
class which may be the reasoning around the event handlers being removed.Repro:
http://emberjs.jsbin.com/naqodocahe/edit?html,css,js,output
The text was updated successfully, but these errors were encountered: