<?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>18477</bug_id>
          
          <creation_ts>2008-04-14 01:43:22 -0700</creation_ts>
          <short_desc>No resize indication is shown when moving/hovering over the frame border/splitter.</short_desc>
          <delta_ts>2024-02-04 09:11:04 -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>Frames</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>REOPENED</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=268248</see_also>
          <bug_file_loc>http://www.koffice.org/developer/apidocs/</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="Benjamin Meyer">ben</reporter>
          <assigned_to name="Ariya Hidayat">ariya.hidayat</assigned_to>
          <cc>ap</cc>
    
    <cc>ariya.hidayat</cc>
    
    <cc>aroben</cc>
    
    <cc>hausmann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>77515</commentid>
    <comment_count>0</comment_count>
    <who name="Benjamin Meyer">ben</who>
    <bug_when>2008-04-14 01:43:22 -0700</bug_when>
    <thetext>Put your mouse over the frame border which you can drag to resize the frames.  The cursor should change, but it does not.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>77920</commentid>
    <comment_count>1</comment_count>
    <who name="Holger Freyther">zecke</who>
    <bug_when>2008-04-17 06:23:02 -0700</bug_when>
    <thetext>Hmm, the cursor does change here when hovering over the frame border.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>77922</commentid>
    <comment_count>2</comment_count>
    <who name="Holger Freyther">zecke</who>
    <bug_when>2008-04-17 06:35:58 -0700</bug_when>
    <thetext>Attempt to clarify, adding the Qt keyword to Qt bugs.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>77929</commentid>
    <comment_count>3</comment_count>
    <who name="Ariya Hidayat">ariya.hidayat</who>
    <bug_when>2008-04-17 06:57:54 -0700</bug_when>
    <thetext>Faster testcase (and not burden KOffice server unnecessarily) is this URI:

data:text/html,&lt;frameset cols=25%,75%&gt;&lt;frame&gt;&lt;frame&gt;&lt;/frameset&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>77949</commentid>
    <comment_count>4</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2008-04-17 11:03:20 -0700</bug_when>
    <thetext>Looks like this happen on Windows as well. The fix will presumably be in WebCore, so I&apos;m going to make this a cross-platform bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>77954</commentid>
    <comment_count>5</comment_count>
      <attachid>20632</attachid>
    <who name="Ariya Hidayat">ariya.hidayat</who>
    <bug_when>2008-04-17 11:51:24 -0700</bug_when>
    <thetext>Created attachment 20632
Patch to show resize cursor

The attached patch solves the problem for Qt port. If it is not intended behavior on Safari (i.e. it is also a Safari bug), then I guess we can leave the #if part out.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>77957</commentid>
    <comment_count>6</comment_count>
      <attachid>20632</attachid>
    <who name="">mitz</who>
    <bug_when>2008-04-17 11:55:42 -0700</bug_when>
    <thetext>Comment on attachment 20632
Patch to show resize cursor

+        if (fs) {

This null check is redundant.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>77959</commentid>
    <comment_count>7</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2008-04-17 12:17:52 -0700</bug_when>
    <thetext>Yeah, we want this fix everywhere, so remove the ifdef and fix the redundant null check and I&apos;ll r+.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78091</commentid>
    <comment_count>8</comment_count>
      <attachid>20665</attachid>
    <who name="Ariya Hidayat">ariya.hidayat</who>
    <bug_when>2008-04-18 05:44:00 -0700</bug_when>
    <thetext>Created attachment 20665
Show resize cursor when hovering on frame border

Here is the updated patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78095</commentid>
    <comment_count>9</comment_count>
      <attachid>20665</attachid>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2008-04-18 06:38:57 -0700</bug_when>
    <thetext>Comment on attachment 20665
Show resize cursor when hovering on frame border

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78105</commentid>
    <comment_count>10</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2008-04-18 07:40:33 -0700</bug_when>
    <thetext>Landed in r32208</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78109</commentid>
    <comment_count>11</comment_count>
    <who name="">mitz</who>
    <bug_when>2008-04-18 08:29:48 -0700</bug_when>
    <thetext>*** Bug 17005 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>98334</commentid>
    <comment_count>12</comment_count>
    <who name="Jon@Chromium">jon</who>
    <bug_when>2008-11-11 13:15:00 -0800</bug_when>
    <thetext>This still happens (with the original URL) in the nightly build of Safari for Windows.  The nightly build of Safari for Mac does not have this problem.  This problem also effects Chromium.

See Chromium bug http://code.google.com/p/chromium/issues/detail?id=329</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>102084</commentid>
    <comment_count>13</comment_count>
      <attachid>20665</attachid>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2008-12-10 01:17:12 -0800</bug_when>
    <thetext>Comment on attachment 20665
Show resize cursor when hovering on frame border

Clearning review flag after the patch has been landed.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>20632</attachid>
            <date>2008-04-17 11:51:24 -0700</date>
            <delta_ts>2008-04-18 05:44:00 -0700</delta_ts>
            <desc>Patch to show resize cursor</desc>
            <filename>webkit-mouseover-frameborder.patch</filename>
            <type>text/plain</type>
            <size>1167</size>
            <attacher name="Ariya Hidayat">ariya.hidayat</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1dlYkNvcmUvcGFnZS9FdmVudEhhbmRsZXIuY3BwIGIvV2ViQ29yZS9wYWdl
L0V2ZW50SGFuZGxlci5jcHAKaW5kZXggMjY5MWQzZC4uNjJkNDZjZiAxMDA2NDQKLS0tIGEvV2Vi
Q29yZS9wYWdlL0V2ZW50SGFuZGxlci5jcHAKKysrIGIvV2ViQ29yZS9wYWdlL0V2ZW50SGFuZGxl
ci5jcHAKQEAgLTU0LDYgKzU0LDcgQEAKICNpbmNsdWRlICJQbGF0Zm9ybUtleWJvYXJkRXZlbnQu
aCIKICNpbmNsdWRlICJQbGF0Zm9ybVNjcm9sbEJhci5oIgogI2luY2x1ZGUgIlBsYXRmb3JtV2hl
ZWxFdmVudC5oIgorI2luY2x1ZGUgIlJlbmRlckZyYW1lU2V0LmgiCiAjaW5jbHVkZSAiUmVuZGVy
V2lkZ2V0LmgiCiAjaW5jbHVkZSAiU2VsZWN0aW9uQ29udHJvbGxlci5oIgogI2luY2x1ZGUgIlNl
dHRpbmdzLmgiCkBAIC02NTcsNiArNjU4LDE4IEBAIEN1cnNvciBFdmVudEhhbmRsZXI6OnNlbGVj
dEN1cnNvcihjb25zdCBNb3VzZUV2ZW50V2l0aEhpdFRlc3RSZXN1bHRzJiBldmVudCwgUGxhCiAg
ICAgUmVuZGVyT2JqZWN0KiByZW5kZXJlciA9IG5vZGUgPyBub2RlLT5yZW5kZXJlcigpIDogMDsK
ICAgICBSZW5kZXJTdHlsZSogc3R5bGUgPSByZW5kZXJlciA/IHJlbmRlcmVyLT5zdHlsZSgpIDog
MDsKIAorI2lmIFBMQVRGT1JNKFFUKQorICAgIGlmIChyZW5kZXJlciAmJiByZW5kZXJlci0+aXNG
cmFtZVNldCgpKSB7CisgICAgICAgIFJlbmRlckZyYW1lU2V0KiBmcyA9IHN0YXRpY19jYXN0PFJl
bmRlckZyYW1lU2V0Kj4ocmVuZGVyZXIpOworICAgICAgICBpZiAoZnMpIHsKKyAgICAgICAgICAg
IGlmIChmcy0+Y2FuUmVzaXplUm93KGV2ZW50LmxvY2FsUG9pbnQoKSkpCisgICAgICAgICAgICAg
ICAgcmV0dXJuIHJvd1Jlc2l6ZUN1cnNvcigpOworICAgICAgICAgICAgaWYgKGZzLT5jYW5SZXNp
emVDb2x1bW4oZXZlbnQubG9jYWxQb2ludCgpKSkKKyAgICAgICAgICAgICAgICByZXR1cm4gY29s
dW1uUmVzaXplQ3Vyc29yKCk7CisgICAgICAgIH0KKyAgICB9CisjZW5kaWYKKwogICAgIGlmIChz
dHlsZSAmJiBzdHlsZS0+Y3Vyc29ycygpKSB7CiAgICAgICAgIGNvbnN0IEN1cnNvckxpc3QqIGN1
cnNvcnMgPSBzdHlsZS0+Y3Vyc29ycygpOwogICAgICAgICBmb3IgKHVuc2lnbmVkIGkgPSAwOyBp
IDwgY3Vyc29ycy0+c2l6ZSgpOyArK2kpIHsK
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>20665</attachid>
            <date>2008-04-18 05:44:00 -0700</date>
            <delta_ts>2010-06-10 16:24:31 -0700</delta_ts>
            <desc>Show resize cursor when hovering on frame border</desc>
            <filename>webkit-mouseover-frameborder.patch</filename>
            <type>text/plain</type>
            <size>1095</size>
            <attacher name="Ariya Hidayat">ariya.hidayat</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1dlYkNvcmUvcGFnZS9FdmVudEhhbmRsZXIuY3BwIGIvV2ViQ29yZS9wYWdl
L0V2ZW50SGFuZGxlci5jcHAKaW5kZXggMjY5MWQzZC4uNTViMmM2YSAxMDA2NDQKLS0tIGEvV2Vi
Q29yZS9wYWdlL0V2ZW50SGFuZGxlci5jcHAKKysrIGIvV2ViQ29yZS9wYWdlL0V2ZW50SGFuZGxl
ci5jcHAKQEAgLTU0LDYgKzU0LDcgQEAKICNpbmNsdWRlICJQbGF0Zm9ybUtleWJvYXJkRXZlbnQu
aCIKICNpbmNsdWRlICJQbGF0Zm9ybVNjcm9sbEJhci5oIgogI2luY2x1ZGUgIlBsYXRmb3JtV2hl
ZWxFdmVudC5oIgorI2luY2x1ZGUgIlJlbmRlckZyYW1lU2V0LmgiCiAjaW5jbHVkZSAiUmVuZGVy
V2lkZ2V0LmgiCiAjaW5jbHVkZSAiU2VsZWN0aW9uQ29udHJvbGxlci5oIgogI2luY2x1ZGUgIlNl
dHRpbmdzLmgiCkBAIC02NTcsNiArNjU4LDE0IEBAIEN1cnNvciBFdmVudEhhbmRsZXI6OnNlbGVj
dEN1cnNvcihjb25zdCBNb3VzZUV2ZW50V2l0aEhpdFRlc3RSZXN1bHRzJiBldmVudCwgUGxhCiAg
ICAgUmVuZGVyT2JqZWN0KiByZW5kZXJlciA9IG5vZGUgPyBub2RlLT5yZW5kZXJlcigpIDogMDsK
ICAgICBSZW5kZXJTdHlsZSogc3R5bGUgPSByZW5kZXJlciA/IHJlbmRlcmVyLT5zdHlsZSgpIDog
MDsKIAorICAgIGlmIChyZW5kZXJlciAmJiByZW5kZXJlci0+aXNGcmFtZVNldCgpKSB7CisgICAg
ICAgIFJlbmRlckZyYW1lU2V0KiBmcyA9IHN0YXRpY19jYXN0PFJlbmRlckZyYW1lU2V0Kj4ocmVu
ZGVyZXIpOworICAgICAgICBpZiAoZnMtPmNhblJlc2l6ZVJvdyhldmVudC5sb2NhbFBvaW50KCkp
KQorICAgICAgICAgICAgcmV0dXJuIHJvd1Jlc2l6ZUN1cnNvcigpOworICAgICAgICBpZiAoZnMt
PmNhblJlc2l6ZUNvbHVtbihldmVudC5sb2NhbFBvaW50KCkpKQorICAgICAgICAgICAgcmV0dXJu
IGNvbHVtblJlc2l6ZUN1cnNvcigpOworICAgIH0KKwogICAgIGlmIChzdHlsZSAmJiBzdHlsZS0+
Y3Vyc29ycygpKSB7CiAgICAgICAgIGNvbnN0IEN1cnNvckxpc3QqIGN1cnNvcnMgPSBzdHlsZS0+
Y3Vyc29ycygpOwogICAgICAgICBmb3IgKHVuc2lnbmVkIGkgPSAwOyBpIDwgY3Vyc29ycy0+c2l6
ZSgpOyArK2kpIHsK
</data>

          </attachment>
      

    </bug>

</bugzilla>