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
In contour-utils.js: _.nw.getCentroid(), an assumption is made in the case where offsetParent is falsy, with a comment explaining that Firefox doesn't support offsetParent. It's also referenced in _.nw.getStyle()
Now that it's no longer supported in Chrome either, we need to ensure that the assumption is still valid and remove or replace the code referencing offsetParent.
The text was updated successfully, but these errors were encountered:
In Chrome 48, when using the
tooltip()
visualization, this warning is logged to the console:In contour-utils.js:
_.nw.getCentroid()
, an assumption is made in the case whereoffsetParent
is falsy, with a comment explaining that Firefox doesn't supportoffsetParent
. It's also referenced in_.nw.getStyle()
Now that it's no longer supported in Chrome either, we need to ensure that the assumption is still valid and remove or replace the code referencing
offsetParent
.The text was updated successfully, but these errors were encountered: