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

[2.x] Upgrade after binding results in default value for properties with no effects #4540

Closed
kevinpschaaf opened this issue Apr 17, 2017 · 0 comments

Comments

@kevinpschaaf
Copy link
Member

Description

When an element is lazily upgraded after its host binds values to it, the bound value will incorrectly revert to its default value if the property has no property effects. This behavior is correct for properties that do have property effects.

Live Demo

https://jsbin.com/hepidek/edit?html,console,output

Expected Results

init: host
ready: host

Actual Results

init: host
ready: client

Browsers Affected

All

Versions

  • Polymer: v2.0.0-rc.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant