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

Polymer.dom.flush cannot be called reentrantly #3115

Closed
kevinpschaaf opened this issue Nov 30, 2015 · 0 comments
Closed

Polymer.dom.flush cannot be called reentrantly #3115

kevinpschaaf opened this issue Nov 30, 2015 · 0 comments

Comments

@kevinpschaaf
Copy link
Member

Calling Polymer.dom.flush() from within a debouncer callback that is being flushed as a result of a previous call to Polymer.dom.flush can result in the debouncer queue being prematurely cleared before all enqueued debouncers are run.

sorvell pushed a commit that referenced this issue Nov 30, 2015
Make Polymer.dom.flush reentrant-safe. Fixes #3115.
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

No branches or pull requests

1 participant