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
After discussing this with some Blink engineers, it looks like fixing the bug will take a non-trivial amount of time. In the meantime, Polymer can use a slightly beefed up version of Polymer.ImportStatus.whenLoaded(cb) to defer calling attached slightly to avoid querying style/layout data too soon.
on Chrome 43.0.2357.134 (Official Build) (64-bit), this code doesn't have an
offsetParent
. It works on FF and Safari:https://gist.github.com/notwaldorf/44da856a3debdc8ab289
The text was updated successfully, but these errors were encountered: