[Webkit-unassigned] [Bug 273934] Remove use of `webkitConvertPointFromNodeToPage` from GradientSlider.js
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 1 05:10:08 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=273934
--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Something along those lines:
var parentRect = this.element.parentNode.getBoundingClientRect();
var translationFromParentToBody = {
x: parentRect.left + window.pageXOffset,
y: parentRect.top + window.pageYOffset
};
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240901/db146519/attachment-0001.htm>
More information about the webkit-unassigned
mailing list