Bug 19466 - drag selection in textarea wraps around to the top if the mouse is positioned just on the bottom boundary
Summary: drag selection in textarea wraps around to the top if the mouse is positioned...
Status: RESOLVED DUPLICATE of bug 12593
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-10 12:17 PDT by Jonathon Jongsma (jonner)
Modified: 2008-06-10 14:26 PDT (History)
0 users

See Also:


Attachments
video capture of the bug (330.10 KB, video/ogg)
2008-06-10 12:18 PDT, Jonathon Jongsma (jonner)
no flags Details
test case (375 bytes, text/html)
2008-06-10 12:23 PDT, Jonathon Jongsma (jonner)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathon Jongsma (jonner) 2008-06-10 12:17:48 PDT
if you have a text area with some text in it, if you click a spot in teh center of the text area and then drag down to select text, when the mouse pointer reaches the edge of the text box, the selection highlight will wrap around as if the mouse pointer was above the first line of the textarea.
Comment 1 Jonathon Jongsma (jonner) 2008-06-10 12:18:41 PDT
Created attachment 21606 [details]
video capture of the bug
Comment 2 Jonathon Jongsma (jonner) 2008-06-10 12:21:34 PDT
I should also note that I have observed this behavior on both QtWebKit and Gtk WebKit.
Comment 3 Jonathon Jongsma (jonner) 2008-06-10 12:23:18 PDT
Created attachment 21607 [details]
test case

just a simple html file with a textarea and some text to use for testing.
Comment 4 mitz 2008-06-10 14:26:07 PDT

*** This bug has been marked as a duplicate of 12593 ***