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

do not remove body children when navigating #47

Closed
jstrimpel opened this issue Jul 22, 2014 · 0 comments
Closed

do not remove body children when navigating #47

jstrimpel opened this issue Jul 22, 2014 · 0 comments
Labels

Comments

@jstrimpel
Copy link
Contributor

When we navigate between routes that do not share the same layout or do not have a layout we are clear out the body. We should only remove the root controller's element and append the new root controller's element.

The reason being is that an application level widget may have appended markup to the body. This is commonly done for widgets that need to position themselves absolutely and have the highest z-index, e.g., a modal dialog.

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

No branches or pull requests

1 participant