-
-
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
Triple braces sometimes render wrong #14978
Triple braces sometimes render wrong #14978
Comments
Thank you for your report! |
Is this related/duplicate of #14924 ? Does this also apply to a Component? Or just Controller/View related? |
Its not a duplicate, but it might be related. #14924 is double-rendering handlebars content, this here is rendering content at the wrong place. I was not yet able to reproduce for components, however I'm not sure what exactly is triggering it. |
Could this be due to how we track bounds? If we render a bounds for |
@Panman8201 @Serabe @locks @luxferresum @pixelhandler @zackthehuman is this still an issue, perhaps we should close or create a new reproduction of this, what do you think? Well, when I update the twiddle to use v3.4.1 I see the same behavior that was described, https://ember-twiddle.com/ad4caff1df05cb505323cd7914ea842c?openFiles=templates.my-route.hbs%2C&route=%2Fmy-route%2F2 |
Leaving this open until the fix lands in ember and backported into LTS |
Likely related: emberjs/ember.js#14924 emberjs/ember.js#16172 emberjs/ember.js#16314 Closes #791 Co-authored-by: Michael Peirce <msp700@gmail.com>
(cherry picked from commit 793d123)
(cherry picked from commit 793d123)
Sorry it took so long, this is fixed in 3.4.3 |
The following template:
sometimes results in rendering the content of
model
after the<div>foot</div>
.Reproduction: https://ember-twiddle.com/2cadbc4061c5444402d3462afd892ce7?openFiles=templates.application.hbs%2C&route=%2Fmy-route%2F2
For reproduction first click "1", then click "2". It works if you directly click on the "2".
The text was updated successfully, but these errors were encountered: