Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Issue 15725009: Should be able to scroll text in <input> fields with touch (Closed)

Created:
7 years, 6 months ago by bokan
Modified:
7 years, 6 months ago
CC:
blink-reviews, jeez, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, Xianzhu
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Should be able to scroll text in <input> fields with touch BUG=233183

Patch Set 1 #

Total comments: 8

Patch Set 2 : Cleanup from initial CR #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -2 lines) Patch
A LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-text-field.html View 1 chunk +101 lines, -0 lines 0 comments Download
A LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-text-field-expected.txt View 1 chunk +18 lines, -0 lines 0 comments Download
M Source/core/platform/ScrollableArea.h View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/platform/ScrollableArea.cpp View 1 chunk +15 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderBox.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M Source/core/rendering/RenderTextControlSingleLine.cpp View 1 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Rick Byers
This feels really nice in practice, thanks David! Some quick suggestions before we ask jamesr ...
7 years, 6 months ago (2013-05-30 16:15:00 UTC) #1
bokan
https://codereview.chromium.org/15725009/diff/1/Source/core/platform/ScrollableArea.cpp File Source/core/platform/ScrollableArea.cpp (right): https://codereview.chromium.org/15725009/diff/1/Source/core/platform/ScrollableArea.cpp#newcode85 Source/core/platform/ScrollableArea.cpp:85: bool ScrollableArea::touchScroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier) On 2013/05/30 ...
7 years, 6 months ago (2013-05-30 18:23:51 UTC) #2
aelias_OOO_until_Jul13
[+wangxianzhu] This patch is another workaround around the longstanding WebKit problem that the concept of ...
7 years, 6 months ago (2013-05-30 19:36:26 UTC) #3
Xianzhu
On 2013/05/30 19:36:26, aelias wrote: > [+wangxianzhu] This patch is another workaround around the longstanding ...
7 years, 6 months ago (2013-05-31 21:14:00 UTC) #4
aelias_OOO_until_Jul13
7 years, 6 months ago (2013-06-07 19:29:54 UTC) #5
OK, closing this issue since I think the solution we'll end up with will look
different from this patch.

Powered by Google App Engine
This is Rietveld 408576698