<?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>89405</bug_id>
          
          <creation_ts>2012-06-18 17:31:01 -0700</creation_ts>
          <short_desc>West-panning cursor does not match resize cursor, unlike all other directions</short_desc>
          <delta_ts>2013-01-16 09:57:18 -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>Platform</component>
          <version>528+ (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></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Avi Drissman">avi</reporter>
          <assigned_to name="Avi Drissman">avi</assigned_to>
          <cc>ap</cc>
    
    <cc>darin</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>651904</commentid>
    <comment_count>0</comment_count>
    <who name="Avi Drissman">avi</who>
    <bug_when>2012-06-18 17:31:01 -0700</bug_when>
    <thetext>In WebCore/platform/mac/CursorMac.mm, the panning and resize cursors all match, except for west. With the west panning cursor, it&apos;s mapped to EastWestResize.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>651914</commentid>
    <comment_count>1</comment_count>
      <attachid>148212</attachid>
    <who name="Avi Drissman">avi</who>
    <bug_when>2012-06-18 17:36:24 -0700</bug_when>
    <thetext>Created attachment 148212
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>652654</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2012-06-19 11:43:38 -0700</bug_when>
    <thetext>Do you have a test case showing this in action?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>652665</commentid>
    <comment_count>3</comment_count>
    <who name="Avi Drissman">avi</who>
    <bug_when>2012-06-19 11:56:41 -0700</bug_when>
    <thetext>There are two ways to get the west panning cursor.

One is to explicitly call Cursor::westPanningCursor, which is only called from EventHandler::updatePanScrollState. Since PAN_SCROLLING isn&apos;t enabled on the Mac, this case is never seen.

The other way to get that cursor is Cursor::fromType(Cursor::WestPanning), which is only called from WebKit2/Shared/WebCoreArgumentCoders.cpp, ArgumentCoder&lt;Cursor&gt;::decode. I&apos;m not sure how to trace that back.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>671462</commentid>
    <comment_count>4</comment_count>
    <who name="Avi Drissman">avi</who>
    <bug_when>2012-07-17 11:53:05 -0700</bug_when>
    <thetext>I don&apos;t see what the issue is here. Panning cursors aren&apos;t usually compiled into the Mac build, so if we have them in CursorMac at all, we might as well get them right.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>807762</commentid>
    <comment_count>5</comment_count>
      <attachid>148212</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-15 15:43:06 -0800</bug_when>
    <thetext>Comment on attachment 148212
Patch

Rejecting attachment 148212 from commit-queue.

Failed to run &quot;[&apos;/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch&apos;, &apos;--status-host=queues.webkit.org&apos;, &apos;-...&quot; exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Last 500 characters of output:
: /mnt/git/webkit-commit-queue

Parsed 2 diffs from patch file(s).
patching file Source/WebCore/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Source/WebCore/platform/mac/CursorMac.mm
Hunk #1 FAILED at 188.
Hunk #2 FAILED at 204.
2 out of 2 hunks FAILED -- saving rejects to file Source/WebCore/platform/mac/CursorMac.mm.rej

Failed to run &quot;[u&apos;/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply&apos;, &apos;--force&apos;, &apos;--reviewer&apos;, &apos;Darin Adler&apos;]&quot; exit_code: 1 cwd: /mnt/git/webkit-commit-queue

Full output: http://queues.webkit.org/results/15901149</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808046</commentid>
    <comment_count>6</comment_count>
    <who name="Avi Drissman">avi</who>
    <bug_when>2013-01-15 22:02:38 -0800</bug_when>
    <thetext>Darin,

Thank you for the r+; I will upload a new version of this patch tomorrow.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808378</commentid>
    <comment_count>7</comment_count>
      <attachid>182984</attachid>
    <who name="Avi Drissman">avi</who>
    <bug_when>2013-01-16 08:11:50 -0800</bug_when>
    <thetext>Created attachment 182984
updated version</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808445</commentid>
    <comment_count>8</comment_count>
      <attachid>182984</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2013-01-16 09:47:19 -0800</bug_when>
    <thetext>Comment on attachment 182984
updated version

This was already reviewed, so you could have updated ChangeLog with Darin&apos;s name, and only requested cq? flag.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808448</commentid>
    <comment_count>9</comment_count>
      <attachid>182984</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-16 09:50:28 -0800</bug_when>
    <thetext>Comment on attachment 182984
updated version

Clearing flags on attachment: 182984

Committed r139889: &lt;http://trac.webkit.org/changeset/139889&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808449</commentid>
    <comment_count>10</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-01-16 09:50:32 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>808460</commentid>
    <comment_count>11</comment_count>
    <who name="Avi Drissman">avi</who>
    <bug_when>2013-01-16 09:57:18 -0800</bug_when>
    <thetext>(In reply to comment #8)
&gt; (From update of attachment 182984 [details])
&gt; This was already reviewed, so you could have updated ChangeLog with Darin&apos;s name, and only requested cq? flag.

OK. I&apos;m not that familiar with the WebKit review process, so the next time I will keep that in mind.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>148212</attachid>
            <date>2012-06-18 17:36:24 -0700</date>
            <delta_ts>2013-01-16 08:11:50 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>cursor.patch</filename>
            <type>text/plain</type>
            <size>1485</size>
            <attacher name="Avi Drissman">avi</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDEyMDY0NCkKKysrIFNvdXJjZS9XZWJDb3JlL0NoYW5n
ZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDE1IEBACisyMDEyLTA2LTE4ICBBdmkgRHJp
c3NtYW4gIDxhdmlAZ29vZ2xlLmNvbT4KKworICAgICAgICBXZXN0LXBhbm5pbmcgY3Vyc29yIGRv
ZXMgbm90IG1hdGNoIHJlc2l6ZSBjdXJzb3IsIHVubGlrZSBhbGwgb3RoZXIgZGlyZWN0aW9ucwor
ICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9ODk0MDUKKwor
ICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBFeGlzdGluZyBt
YW51YWwgdGVzdHMuCisKKyAgICAgICAgKiBwbGF0Zm9ybS9tYWMvQ3Vyc29yTWFjLm1tOgorICAg
ICAgICAoV2ViQ29yZTo6Q3Vyc29yOjplbnN1cmVQbGF0Zm9ybUN1cnNvcik6CisKIDIwMTItMDYt
MTQgIEphbWVzIFJvYmluc29uICA8amFtZXNyQGNocm9taXVtLm9yZz4KIAogICAgICAgICBbY2hy
b21pdW1dIFVzZSBXZWJJbWFnZUxheWVyIGluIEdyYXBoaWNzTGF5ZXJDaHJvbWl1bSBmb3IgaW1h
Z2UgbGF5ZXJzCkluZGV4OiBTb3VyY2UvV2ViQ29yZS9wbGF0Zm9ybS9tYWMvQ3Vyc29yTWFjLm1t
Cj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT0KLS0tIFNvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL21hYy9DdXJzb3JNYWMubW0J
KHJldmlzaW9uIDEyMDYyNSkKKysrIFNvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL21hYy9DdXJzb3JN
YWMubW0JKHdvcmtpbmcgY29weSkKQEAgLTE4OCw2ICsxODgsNyBAQCB2b2lkIEN1cnNvcjo6ZW5z
dXJlUGxhdGZvcm1DdXJzb3IoKSBjb25zCiAgICAgICAgIGJyZWFrOwogCiAgICAgY2FzZSBDdXJz
b3I6Oldlc3RSZXNpemU6CisgICAgY2FzZSBDdXJzb3I6Oldlc3RQYW5uaW5nOgogI2lmICFkZWZp
bmVkKEJVSUxESU5HX09OX0xFT1BBUkQpICYmICFkZWZpbmVkKEJVSUxESU5HX09OX1NOT1dfTEVP
UEFSRCkKICAgICAgICAgbV9wbGF0Zm9ybUN1cnNvciA9IHdrQ3Vyc29yKCJSZXNpemVXZXN0Iik7
CiAjZWxzZQpAQCAtMjA0LDcgKzIwNSw2IEBAIHZvaWQgQ3Vyc29yOjplbnN1cmVQbGF0Zm9ybUN1
cnNvcigpIGNvbnMKICAgICAgICAgYnJlYWs7CiAKICAgICBjYXNlIEN1cnNvcjo6RWFzdFdlc3RS
ZXNpemU6Ci0gICAgY2FzZSBDdXJzb3I6Oldlc3RQYW5uaW5nOgogI2lmICFkZWZpbmVkKEJVSUxE
SU5HX09OX0xFT1BBUkQpICYmICFkZWZpbmVkKEJVSUxESU5HX09OX1NOT1dfTEVPUEFSRCkKICAg
ICAgICAgbV9wbGF0Zm9ybUN1cnNvciA9IHdrQ3Vyc29yKCJSZXNpemVFYXN0V2VzdCIpOwogI2Vs
c2UK
</data>
<flag name="review"
          id="155871"
          type_id="1"
          status="+"
          setter="darin"
    />
    <flag name="commit-queue"
          id="155872"
          type_id="3"
          status="-"
          setter="webkit.review.bot"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>182984</attachid>
            <date>2013-01-16 08:11:50 -0800</date>
            <delta_ts>2013-01-16 09:50:28 -0800</delta_ts>
            <desc>updated version</desc>
            <filename>cursor.patch</filename>
            <type>text/plain</type>
            <size>1421</size>
            <attacher name="Avi Drissman">avi</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDEzOTg4MykKKysrIFNvdXJjZS9XZWJDb3JlL0NoYW5n
ZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDE1IEBACisyMDEzLTAxLTE2ICBBdmkgRHJp
c3NtYW4gIDxhdmlAZ29vZ2xlLmNvbT4KKworICAgICAgICBXZXN0LXBhbm5pbmcgY3Vyc29yIGRv
ZXMgbm90IG1hdGNoIHJlc2l6ZSBjdXJzb3IsIHVubGlrZSBhbGwgb3RoZXIgZGlyZWN0aW9ucwor
ICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9ODk0MDUKKwor
ICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBFeGlzdGluZyBt
YW51YWwgdGVzdHMuCisKKyAgICAgICAgKiBwbGF0Zm9ybS9tYWMvQ3Vyc29yTWFjLm1tOgorICAg
ICAgICAoV2ViQ29yZTo6Q3Vyc29yOjplbnN1cmVQbGF0Zm9ybUN1cnNvcik6CisKIDIwMTMtMDEt
MTYgIEFuZHJleSBLb3N5YWtvdiAgPGNhc2VxQGNocm9taXVtLm9yZz4KIAogICAgICAgICBXZWIg
SW5zcGVjdG9yOiBjb29raWVzIHdpdGggZW1wdHkgdmFsdWUgYXJlIHBhcnNlZCBpbmNvcnJlY3Rs
eQpJbmRleDogU291cmNlL1dlYkNvcmUvcGxhdGZvcm0vbWFjL0N1cnNvck1hYy5tbQo9PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09Ci0tLSBTb3VyY2UvV2ViQ29yZS9wbGF0Zm9ybS9tYWMvQ3Vyc29yTWFjLm1tCShyZXZpc2lv
biAxMzk4ODIpCisrKyBTb3VyY2UvV2ViQ29yZS9wbGF0Zm9ybS9tYWMvQ3Vyc29yTWFjLm1tCSh3
b3JraW5nIGNvcHkpCkBAIC0xODcsNiArMTg3LDcgQEAgdm9pZCBDdXJzb3I6OmVuc3VyZVBsYXRm
b3JtQ3Vyc29yKCkgY29ucwogICAgICAgICBicmVhazsKIAogICAgIGNhc2UgQ3Vyc29yOjpXZXN0
UmVzaXplOgorICAgIGNhc2UgQ3Vyc29yOjpXZXN0UGFubmluZzoKICNpZiBfX01BQ19PU19YX1ZF
UlNJT05fTUlOX1JFUVVJUkVEID49IDEwNzAKICAgICAgICAgbV9wbGF0Zm9ybUN1cnNvciA9IHdr
Q3Vyc29yKCJSZXNpemVXZXN0Iik7CiAjZWxzZQpAQCAtMjAzLDcgKzIwNCw2IEBAIHZvaWQgQ3Vy
c29yOjplbnN1cmVQbGF0Zm9ybUN1cnNvcigpIGNvbnMKICAgICAgICAgYnJlYWs7CiAKICAgICBj
YXNlIEN1cnNvcjo6RWFzdFdlc3RSZXNpemU6Ci0gICAgY2FzZSBDdXJzb3I6Oldlc3RQYW5uaW5n
OgogI2lmIF9fTUFDX09TX1hfVkVSU0lPTl9NSU5fUkVRVUlSRUQgPj0gMTA3MAogICAgICAgICBt
X3BsYXRmb3JtQ3Vyc29yID0gd2tDdXJzb3IoIlJlc2l6ZUVhc3RXZXN0Iik7CiAjZWxzZQo=
</data>

          </attachment>
      

    </bug>

</bugzilla>