<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>273934</bug_id>
          
          <creation_ts>2024-05-09 04:02:38 -0700</creation_ts>
          <short_desc>Remove use of `webkitConvertPointFromNodeToPage` from GradientSlider.js</short_desc>
          <delta_ts>2025-04-28 06:00:35 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ahmad Saleem">ahmad.saleem792</reporter>
          <assigned_to name="Ahmad Saleem">ahmad.saleem792</assigned_to>
          <cc>inspector-bugzilla-changes</cc>
    
    <cc>qianlangchen</cc>
    
    <cc>rcaliman</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2034252</commentid>
    <comment_count>0</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2024-05-09 04:02:38 -0700</bug_when>
    <thetext>Hi Team,

Creating it separate of bug 273734 to track the usage of &apos;webkitConvertPointFromNodeToPage&apos; and figure out on how to remove this properly without regressing anything.

Webkit Source: https://searchfox.org/wubkat/rev/7bf250e4832adfb28c2bf2bc518ad59958f2ae1b/Source/WebInspectorUI/UserInterface/Views/GradientSlider.js#404

```

var translationFromParentToBody = window.webkitConvertPointFromNodeToPage(this.element.parentNode, new WebKitPoint(0, 0));

```

Just raising, so we can track it.

Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2035744</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-05-16 04:03:14 -0700</bug_when>
    <thetext>&lt;rdar://problem/128188982&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2056860</commentid>
    <comment_count>2</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2024-09-01 05:10:08 -0700</bug_when>
    <thetext>Something along those lines:

var parentRect = this.element.parentNode.getBoundingClientRect();
                var translationFromParentToBody = {
                    x: parentRect.left + window.pageXOffset,
                    y: parentRect.top + window.pageYOffset
                };</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2113197</commentid>
    <comment_count>3</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2025-04-25 14:25:59 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/44534</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2113520</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-04-28 06:00:32 -0700</bug_when>
    <thetext>Committed 294187@main (b26bed85494f): &lt;https://commits.webkit.org/294187@main&gt;

Reviewed commits have been landed. Closing PR #44534 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>