<?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>7774</bug_id>
          
          <creation_ts>2006-03-14 23:00:11 -0800</creation_ts>
          <short_desc>REGRESSION: Moving selection below bottom of overflow area causes selection to jump to end</short_desc>
          <delta_ts>2007-02-20 13:08:53 -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>HTML Editing</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>InRadar, Regression</keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Adele Peterson">adele</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>emark2k</cc>
    
    <cc>ian</cc>
    
    <cc>justin.garcia</cc>
    
    <cc>lweintraub</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>36387</commentid>
    <comment_count>0</comment_count>
    <who name="Adele Peterson">adele</who>
    <bug_when>2006-03-14 23:00:11 -0800</bug_when>
    <thetext>See test case.

Since the selection jumps to the end of the content in the overflow area, the layer won&apos;t vertically autoscroll correctly.

This works fine in the horizontal direction.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>36389</commentid>
    <comment_count>1</comment_count>
      <attachid>7074</attachid>
    <who name="Adele Peterson">adele</who>
    <bug_when>2006-03-14 23:06:49 -0800</bug_when>
    <thetext>Created attachment 7074
test case</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>41656</commentid>
    <comment_count>2</comment_count>
    <who name="Adele Peterson">adele</who>
    <bug_when>2006-05-09 17:07:38 -0700</bug_when>
    <thetext>CC&apos;ing Justin and Levi so they can take a look</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49961</commentid>
    <comment_count>3</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-07-15 13:03:46 -0700</bug_when>
    <thetext>I only see this original bug on a true text area, not the content-editable div in the test case.  (It may be related to the behavior of Bug 9936.)

The content-editable div doesn&apos;t scroll at all when click-dragging outside of its boundaries, which makes it impossible to highlight beyond the visible area by click-dragging.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49968</commentid>
    <comment_count>4</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-07-15 13:38:25 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; I only see this original bug on a true text area, not the content-editable div
&gt; in the test case.  (It may be related to the behavior of Bug 9936.)

Tested using a locally-built WebKit r15458 with Safari 2.0.4 (419.3) on Mac OS X 10.4.7 (8J135/PowerPC).

&gt; The content-editable div doesn&apos;t scroll at all when click-dragging outside of
&gt; its boundaries, which makes it impossible to highlight beyond the visible area
&gt; by click-dragging.

I should note that I can make the c-e div scroll down (vertically) ONE line while click-dragging, but that&apos;s it.  It doesn&apos;t scroll horizontally at all.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>50449</commentid>
    <comment_count>5</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-07-20 10:19:14 -0700</bug_when>
    <thetext>*** Bug 10033 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>50596</commentid>
    <comment_count>6</comment_count>
    <who name="Adele Peterson">adele</who>
    <bug_when>2006-07-23 01:59:38 -0700</bug_when>
    <thetext>in the normal overflow div case, try adding in a few &lt;br&gt;s to break up the text node, and I think you&apos;ll see how its broken in that case too.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>46744</commentid>
    <comment_count>7</comment_count>
    <who name="Stephanie Lewis">slewis</who>
    <bug_when>2006-11-06 18:27:35 -0800</bug_when>
    <thetext>&lt;rdar://problem/4822922&gt; REGRESSION: Moving selection below bottom of overflow area causes selection to jump to end</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>22481</commentid>
    <comment_count>8</comment_count>
    <who name="Justin Garcia">justin.garcia</who>
    <bug_when>2007-02-20 12:44:21 -0800</bug_when>
    <thetext>Although the overflow area now autoscrolls correctly, the selection still jumps to the end.  So, the bug described in the title still exists.  Adele?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>22484</commentid>
    <comment_count>9</comment_count>
    <who name="Adele Peterson">adele</who>
    <bug_when>2007-02-20 13:08:53 -0800</bug_when>
    <thetext>I don&apos;t see the selection jump.  When you drag past the bottom, it appears that the selection stops updating, which seems like a separate problem.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>7074</attachid>
            <date>2006-03-14 23:06:49 -0800</date>
            <delta_ts>2006-03-14 23:06:49 -0800</delta_ts>
            <desc>test case</desc>
            <filename>overflow.html</filename>
            <type>text/html</type>
            <size>2483</size>
            <attacher name="Adele Peterson">adele</attacher>
            
              <data encoding="base64">U3RhcnQgYSBzZWxlY3Rpb24gYW5kIGRyYWcgZG93bi4gIEFzIHRoZSBtb3VzZSBnb2VzIHRvIHRo
ZSBlbmQgb2YgdGhlIG92ZXJmbG93IGFyZWEsIHRoZSBzZWxlY3Rpb24ganVtcHMgdG8gdGhlIGVu
ZCBvZiB0aGUgY29udGVudCwgYW5kIHdlIGF1dG9zY3JvbGwgdG8gdGhlIGVuZCBhbHNvLgo8ZGl2
IHN0eWxlPSJvdmVyZmxvdzphdXRvOyB3aWR0aDoyMDBweDsgaGVpZ2h0OjIwMHB4OyB3aGl0ZS1z
cGFjZTpub3dyYXA7IGJvcmRlcjogdGhpbiBzb2xpZCBibGFjayIgIGNvbnRlbnRlZGl0YWJsZT10
cnVlPgpCRUdJTi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi5CRUdJTjxicj4K
MTIzNDU2Nzg5MTAxMTEyMTMxNDE1MTYxNzE4MTkyMDIxMjIyMzI0MjUyNjI3Mjg8YnI+CjEyMzQ1
Njc4OTEwMTExMjEzMTQxNTE2MTcxODE5MjAyMTIyMjMyNDI1MjYyNzI4PGJyPgouLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLjxicj4KMTIzNDU2Nzg5MTAxMTEy
MTMxNDE1MTYxNzE4MTkyMDIxMjIyMzI0MjUyNjI3Mjg8YnI+Ci4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uPGJyPgouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLjxicj4KMTIzNDU2Nzg5MTAxMTEyMTMxNDE1MTYxNzE4MTky
MDIxMjIyMzI0MjUyNjI3Mjg8YnI+Ci4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uPGJyPgouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLjxicj4KMTIzNDU2Nzg5MTAxMTEyMTMxNDE1MTYxNzE4MTkyMDIxMjIyMzI0MjUyNjI3
Mjg8YnI+Ci4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uPGJy
PgouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLjxicj4KMTIz
NDU2Nzg5MTAxMTEyMTMxNDE1MTYxNzE4MTkyMDIxMjIyMzI0MjUyNjI3Mjg8YnI+Ci4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uPGJyPgouLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLjxicj4KMTIzNDU2Nzg5MTAxMTEyMTMx
NDE1MTYxNzE4MTkyMDIxMjIyMzI0MjUyNjI3Mjg8YnI+Ci4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uPGJyPgouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLjxicj4KMTIzNDU2Nzg5MTAxMTEyMTMxNDE1MTYxNzE4MTkyMDIx
MjIyMzI0MjUyNjI3Mjg8YnI+Ci4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLi4uPGJyPgouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLjxicj4KMTIzNDU2Nzg5MTAxMTEyMTMxNDE1MTYxNzE4MTkyMDIxMjIyMzI0MjUyNjI3Mjg8
YnI+Ci4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uPGJyPgou
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLjxicj4KMTIzNDU2
Nzg5MTAxMTEyMTMxNDE1MTYxNzE4MTkyMDIxMjIyMzI0MjUyNjI3Mjg8YnI+Ci4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uPGJyPgouLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLjxicj4KMTIzNDU2Nzg5MTAxMTEyMTMxNDE1
MTYxNzE4MTkyMDIxMjIyMzI0MjUyNjI3Mjg8YnI+Ci4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uPGJyPgouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLjxicj4KMTIzNDU2Nzg5MTAxMTEyMTMxNDE1MTYxNzE4MTkyMDIxMjIy
MzI0MjUyNjI3Mjg8YnI+Ci4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uPGJyPgouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Ljxicj4KMTIzNDU2Nzg5MTAxMTEyMTMxNDE1MTYxNzE4MTkyMDIxMjIyMzI0MjUyNjI3Mjg8YnI+
Ci4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uPGJyPgoKMTIz
NDU2Nzg5MTAxMTEyMTMxNDE1MTYxNzE4MTkyMDIxMjIyMzI0MjUyNjI3Mjg8YnI+Ci4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uPGJyPgoxMjM0NTY3ODkxMDEx
MTIxMzE0MTUxNjE3MTgxOTIwMjEyMjIzMjQyNTI2MjcyODxicj4KMTIzNDU2Nzg5MTAxMTEyMTMx
NDE1MTYxNzE4MTkyMDIxMjIyMzI0MjUyNjI3Mjg8YnI+Ci4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uPGJyPgpFTkQuLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u
Li4uLi4uLi4uLi4uLi4uLi5FTkQ8YnI+CjwvZGl2Pgo=
</data>

          </attachment>
      

    </bug>

</bugzilla>