First reported in https://community.plot.ly/t/text-move-to-wrong-position-when-scrolling-update-or-relayout-graph/4209 :sos: This is a regression `1.27.0` :sos: From http://codepen.io/plotly/pen/Kzjamd?editors=0011 - make the page scrollable (e.g. by opening the codePen console) - click on a point, get an annotation (this works) - scroll down - click on a point, now the annotation text nodes are misplaced - scroll up - click on a point, now all the annotation text nodes are placed properly  ---- I can't find anything suspicious in the `1.27.0` changelog. Maybe the `Drawing` optimisations of https://github.com/plotly/plotly.js/pull/1585 are to blame?