NEW 10052
REGRESSION: Scroll wheel scrolls faster in new textareas
https://bugs.webkit.org/show_bug.cgi?id=10052
Summary REGRESSION: Scroll wheel scrolls faster in new textareas
Daniele Metilli
Reported 2006-07-21 15:28:55 PDT
The scroll wheel of my Mighty Mouse behaves incorrectly in the new textareas. Specifically: - the scrolling is too fast - text selection doesn't work properly after scrolling - text editing doesn't work properly after scrolling Please see the attached text case.
Attachments
Test case (6.00 KB, text/html)
2006-07-21 15:29 PDT, Daniele Metilli
no flags
New test case (6.04 KB, text/html)
2006-07-23 05:01 PDT, Daniele Metilli
no flags
Daniele Metilli
Comment 1 2006-07-21 15:29:21 PDT
Created attachment 9606 [details] Test case
Daniele Metilli
Comment 2 2006-07-23 04:59:25 PDT
Apparently, three of the four problems have been fixed by the fix to rdar://problem/4644614: "REGRESSION: Typing, pasting or dragging in new text areas causes unnecessary scrolling". The scroll wheel's speed is still different, though: in the old textarea, I can't scroll it all with a single movement of the scroll wheel. In the new one I can. I don't know if this is the intended behavior.
Daniele Metilli
Comment 3 2006-07-23 05:01:12 PDT
Created attachment 9625 [details] New test case
Daniele Metilli
Comment 4 2006-07-23 05:04:51 PDT
Or maybe it was the fix to rdar://problem/4643238 "REGRESSION: Can't set insertion point at the end of a line of text" that fixed those bugs...
jonathanjohnsson
Comment 5 2006-08-04 00:20:30 PDT
I see this bug with my Microsoft scroll mouse too. In the test case WebKit is more than three times faster scrolling the text area. Regression => P1.
David Kilzer (:ddkilzer)
Comment 6 2006-12-06 04:39:38 PST
Scrolling using the arrow buttons on the scrollbar also jumps too far. In Safari 2.0.4, four vertical button clicks will scroll just over 3 lines of text. In WebKit nightlies, one click scrolls about 3 lines of text! (I'm using a locally-built debug build of WebKit r18014.) Note that I've only tested vertical scrolling. Horizontal scrolling may be affected as well--I haven't tested it.
Dave Hyatt
Comment 7 2006-12-14 23:09:45 PST
This scrolling behavior is intentional for all of our web page views and overflow areas. This behavior should probably be different for editable regions.
Dave Hyatt
Comment 8 2007-01-11 23:17:29 PST
I'm not convinced we should fix this. Our scrolling internally is consistent, and I'm not sure we should special case textareas to be any different. If we do change it, I'd prefer one tick = one line to the old Safari behavior. Downgrading priority at least, since this is pretty minor.
Note You need to log in before you can comment on or make changes to this bug.