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

Flush DOM operations before firing render #10

Merged
merged 1 commit into from
Apr 7, 2017

Conversation

bedeoverend
Copy link
Contributor

Calls Polymer.dom.flush() before firing render. In v0 Shady browsers, Polymer.dom ops that deal with children are async, so need to flush before firing render, otherwise anyone trying to inspect content on render can get old content.

@bedeoverend bedeoverend merged commit 45d434a into master Apr 7, 2017
@bedeoverend bedeoverend deleted the fix-shady-v0-render branch April 7, 2017 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant