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
This is the same as issue #20381 (Positioning error on SVG tooltips/popovers when scrolled, then clicked) that was caused by PR #20313 for issue #20280 (Unit test for tooltip on SVG element fails in Chrome+Safari under jQuery 3).
Issue happens because:
The Element.getBoundingClientRect() method returns the size of an element and its position relative to the viewport.
Need to extend tooltip position with:
The text was updated successfully, but these errors were encountered: