<?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>9606</bug_id>
          
          <creation_ts>2006-06-26 09:17:55 -0700</creation_ts>
          <short_desc>REGRESSION: some callers are still using clientX/Y to get pageX/Y</short_desc>
          <delta_ts>2019-02-06 09:03:51 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>DOM</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>Major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Darin Adler">darin</reporter>
          <assigned_to name="Darin Adler">darin</assigned_to>
          <cc>cdumez</cc>
    
    <cc>ddkilzer</cc>
    
    <cc>rwlbuis</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>47301</commentid>
    <comment_count>0</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2006-06-26 09:17:55 -0700</bug_when>
    <thetext>The fix for bug 8707 introduced this problem.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47302</commentid>
    <comment_count>1</comment_count>
      <attachid>9048</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2006-06-26 09:20:40 -0700</bug_when>
    <thetext>Created attachment 9048
patch to fix the bad callers</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47308</commentid>
    <comment_count>2</comment_count>
      <attachid>9048</attachid>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2006-06-26 11:27:38 -0700</bug_when>
    <thetext>Comment on attachment 9048
patch to fix the bad callers

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47310</commentid>
    <comment_count>3</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2006-06-26 11:28:23 -0700</bug_when>
    <thetext>... but can I get a ChangeLog and a testcase?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47316</commentid>
    <comment_count>4</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-06-26 12:41:39 -0700</bug_when>
    <thetext>It appears this was committed as r15047.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47317</commentid>
    <comment_count>5</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2006-06-26 13:36:24 -0700</bug_when>
    <thetext>Really? No way. Did I do that by accident?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47318</commentid>
    <comment_count>6</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2006-06-26 13:41:55 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; It appears this was committed as r15047.

No. It&apos;s not in yet.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47325</commentid>
    <comment_count>7</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-06-26 15:24:29 -0700</bug_when>
    <thetext>(In reply to comment #6)
&gt; (In reply to comment #4)
&gt; &gt; It appears this was committed as r15047.
&gt; 
&gt; No. It&apos;s not in yet.

Sorry.  Comments from that commit lead me to believe this bug was fixed.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47365</commentid>
    <comment_count>8</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2006-06-27 09:47:04 -0700</bug_when>
    <thetext>Test cases for each of these are going to be a pain. Working on them.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47366</commentid>
    <comment_count>9</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2006-06-27 10:17:25 -0700</bug_when>
    <thetext>Landed two of these fixes with test cases and change log.

Committed revision 15052.

Still need a test case for the frameset one.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47368</commentid>
    <comment_count>10</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2006-06-27 10:39:53 -0700</bug_when>
    <thetext>Turns out the frameset one wasn&apos;t really a bug -- clientX/Y and pageX/Y will always be the same for framesets.

I decided to make the change anyway.

Committed revision 15053.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1503051</commentid>
    <comment_count>11</comment_count>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2019-02-06 09:03:51 -0800</bug_when>
    <thetext>Mass moving XML DOM bugs to the &quot;DOM&quot; Component.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>9048</attachid>
            <date>2006-06-26 09:20:40 -0700</date>
            <delta_ts>2006-06-26 11:27:38 -0700</delta_ts>
            <desc>patch to fix the bad callers</desc>
            <filename>CoordinatesPatch.txt</filename>
            <type>text/plain</type>
            <size>1696</size>
            <attacher name="Darin Adler">darin</attacher>
            
              <data encoding="base64">SW5kZXg6IGh0bWwvSFRNTElucHV0RWxlbWVudC5jcHAKPT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gaHRtbC9IVE1M
SW5wdXRFbGVtZW50LmNwcAkocmV2aXNpb24gMTUwNDUpCisrKyBodG1sL0hUTUxJbnB1dEVsZW1l
bnQuY3BwCSh3b3JraW5nIGNvcHkpCkBAIC0xMjAyLDggKzEyMDIsOCBAQAogICAgICAgICB9IGVs
c2UgewogICAgICAgICAgICAgaW50IG9mZnNldFgsIG9mZnNldFk7CiAgICAgICAgICAgICByZW5k
ZXJlcigpLT5hYnNvbHV0ZVBvc2l0aW9uKG9mZnNldFgsIG9mZnNldFkpOwotICAgICAgICAgICAg
eFBvcyA9IG1lLT5jbGllbnRYKCkgLSBvZmZzZXRYOwotICAgICAgICAgICAgeVBvcyA9IG1lLT5j
bGllbnRZKCkgLSBvZmZzZXRZOworICAgICAgICAgICAgeFBvcyA9IG1lLT5wYWdlWCgpIC0gb2Zm
c2V0WDsKKyAgICAgICAgICAgIHlQb3MgPSBtZS0+cGFnZVkoKSAtIG9mZnNldFk7CiAgICAgICAg
IH0KICAgICAgICAgbWUtPnNldERlZmF1bHRIYW5kbGVkKCk7CiAgICAgfQpJbmRleDogaHRtbC9I
VE1MQW5jaG9yRWxlbWVudC5jcHAKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gaHRtbC9IVE1MQW5jaG9yRWxlbWVu
dC5jcHAJKHJldmlzaW9uIDE1MDQ1KQorKysgaHRtbC9IVE1MQW5jaG9yRWxlbWVudC5jcHAJKHdv
cmtpbmcgY29weSkKQEAgLTE1Miw3ICsxNTIsOCBAQAogICAgICAgICAgICAgICAgIGlmKHIgJiYg
ZSkgewogICAgICAgICAgICAgICAgICAgICBpbnQgYWJzeCwgYWJzeTsKICAgICAgICAgICAgICAg
ICAgICAgci0+YWJzb2x1dGVQb3NpdGlvbihhYnN4LCBhYnN5KTsKLSAgICAgICAgICAgICAgICAg
ICAgaW50IHgoZS0+Y2xpZW50WCgpIC0gYWJzeCksIHkoZS0+Y2xpZW50WSgpIC0gYWJzeSk7Cisg
ICAgICAgICAgICAgICAgICAgIGludCB4ID0gZS0+cGFnZVgoKSAtIGFic3g7CisgICAgICAgICAg
ICAgICAgICAgIGludCB5ID0gZS0+cGFnZVkoKSAtIGFic3k7CiAgICAgICAgICAgICAgICAgICAg
IHVybCArPSAiPyI7CiAgICAgICAgICAgICAgICAgICAgIHVybCArPSBEZXByZWNhdGVkU3RyaW5n
OjpudW1iZXIoeCk7CiAgICAgICAgICAgICAgICAgICAgIHVybCArPSAiLCI7CkluZGV4OiByZW5k
ZXJpbmcvUmVuZGVyRnJhbWVTZXQuY3BwCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIHJlbmRlcmluZy9SZW5kZXJG
cmFtZVNldC5jcHAJKHJldmlzaW9uIDE1MDQ1KQorKysgcmVuZGVyaW5nL1JlbmRlckZyYW1lU2V0
LmNwcAkod29ya2luZyBjb3B5KQpAQCAtNDE2LDggKzQxNiw4IEBACiAgICAgICAgIHJldHVybiBm
YWxzZTsKICAgICAKICAgICBib29sIHJlcyA9IGZhbHNlOwotICAgIGludCBfeCA9IGV2dC0+Y2xp
ZW50WCgpOwotICAgIGludCBfeSA9IGV2dC0+Y2xpZW50WSgpOworICAgIGludCBfeCA9IGV2dC0+
cGFnZVgoKTsKKyAgICBpbnQgX3kgPSBldnQtPnBhZ2VZKCk7CiAgICAgCiAgICAgaWYgKCFtX3Jl
c2l6aW5nICYmIGV2dC0+dHlwZSgpID09IG1vdXNlbW92ZUV2ZW50IHx8IGV2dC0+dHlwZSgpID09
IG1vdXNlZG93bkV2ZW50KSB7CiAgICAgICAgIG1faFNwbGl0ID0gLTE7Cg==
</data>
<flag name="review"
          id="2685"
          type_id="1"
          status="+"
          setter="ggaren"
    />
          </attachment>
      

    </bug>

</bugzilla>