You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
To my understanding, any controls which may hide/show child elements, or that can resize child elements should moving forward pull in the Polymer.CoreResizer mixin, and call the notify resize method whenever it may change size. A control of mine that depends on this is not correctly updated when the core-collapse element is toggled.
The text was updated successfully, but these errors were encountered:
brianchin
changed the title
core-collapse does not mixin Polymer.CoreResizer, and does not correctly update the sizing of children.
core-collapse does not mixin Polymer.CoreResizer
Feb 12, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To my understanding, any controls which may hide/show child elements, or that can resize child elements should moving forward pull in the Polymer.CoreResizer mixin, and call the notify resize method whenever it may change size. A control of mine that depends on this is not correctly updated when the core-collapse element is toggled.
The text was updated successfully, but these errors were encountered: