Bug 11595 - REGRESSION (NativeTextField): Relative positioned text field doesn't autoscroll correctly
Summary: REGRESSION (NativeTextField): Relative positioned text field doesn't autoscro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Dave Hyatt
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2006-11-14 01:38 PST by mitz
Modified: 2007-01-11 22:42 PST (History)
0 users

See Also:


Attachments
Test case (198 bytes, text/html)
2006-11-14 01:38 PST, mitz
no flags Details
FIx layer coords to be absolute when compared with the event point. (2.11 KB, patch)
2007-01-11 22:37 PST, Dave Hyatt
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2006-11-14 01:38:09 PST
In the attached test case, as you drag across the text field, it begins to autoscroll when you reach the middle. If you drag to the left or press the up arrow key, it doesn't scroll all the way back.
Comment 1 mitz 2006-11-14 01:38:47 PST
Created attachment 11516 [details]
Test case
Comment 2 Dave Hyatt 2007-01-11 22:37:54 PST
Created attachment 12376 [details]
FIx layer coords to be absolute when compared with the event point.
Comment 3 Dave Hyatt 2007-01-11 22:42:21 PST
Fixed in r18796.