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

Bring back {{#in-element}} test in ember-classic #1101

Merged
merged 1 commit into from
Aug 9, 2021

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Aug 9, 2021

After reviewing further with @pzuraq and @krisselden we determined that the issue that was causing the failure with the {{#in-element setup is that insertBefore is required in order to force "append" mode. Without insertBefore the rendering engine will actually clear the contents of the target element (which is waht causes the errors we were seeing).

After reviewing further we determined that the issue that was causing
the failure with the `{{#in-element` setup is that `insertBefore` is
required in order to force "append" mode. Without `insertBefore` the
rendering engine will actually **clear** the contents of the target
element (which is waht causes the errors we were seeing).
@rwjblue rwjblue force-pushed the bring-back-in-element-test-in-classic branch from 36409f7 to d1cc08f Compare August 9, 2021 19:39
@rwjblue rwjblue merged commit a4b2446 into master Aug 9, 2021
@rwjblue rwjblue deleted the bring-back-in-element-test-in-classic branch August 9, 2021 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant