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

Fix Tooltips/Popovers when used w/ FastBoot and rehydration enabled #1219

Merged
merged 1 commit into from
Sep 4, 2020

Conversation

simonihmig
Copy link
Contributor

With rehydration the FastBoot rendered empty TextNode (used to find the component's parent element) is reused. So the TextNode instance that the component has created at runtime is not attached to the DOM, thus cannot be used to find the parent. In this case Ember's private API Ember.ViewUtils.getViewBounds() is used as a fallback.

Related: emberjs/rfcs#168

With rehydration the FastBoot rendered empty TextNode (used to find the component's parent element) is reused. So the TextNode instance that the component has created at runtime is not attached to the DOM, thus cannot be used to find the parent. In this case Ember's private API `Ember.ViewUtils.getViewBounds()` is used as a fallback.

Related: emberjs/rfcs#168
@simonihmig simonihmig added the bug label Sep 2, 2020
Copy link
Contributor

@lolmaus lolmaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm.

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

2 participants