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

Issue 1601303003: Fix smooth scroll overshooting when mouse held down in scrollbar track. (Closed)

Created:
4 years, 11 months ago by skobes
Modified:
4 years, 11 months ago
Reviewers:
jbroman
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, Eric Willigers, kinuko+watch, Peter Kasting, rjwright, shans, ymalik
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix smooth scroll overshooting when mouse held down in scrollbar track. Scrollbar::autoscrollPressedPart now checks if the mouse is under the thumb's eventual (target) position, rather than its current position. BUG=578554 Committed: https://crrev.com/ef53ba38118cb84ed66bb9d9335e8b3a550865d6 Cr-Commit-Position: refs/heads/master@{#370285}

Patch Set 1 : #

Total comments: 4

Messages

Total messages: 20 (11 generated)
skobes
4 years, 11 months ago (2016-01-19 22:16:36 UTC) #7
jbroman
lgtm with a couple questions https://codereview.chromium.org/1601303003/diff/60001/third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/track-scroll.html File third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/track-scroll.html (right): https://codereview.chromium.org/1601303003/diff/60001/third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/track-scroll.html#newcode17 third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/track-scroll.html:17: pageStep = Math.max(pageStep, innerHeight ...
4 years, 11 months ago (2016-01-19 22:39:12 UTC) #8
skobes
https://codereview.chromium.org/1601303003/diff/60001/third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/track-scroll.html File third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/track-scroll.html (right): https://codereview.chromium.org/1601303003/diff/60001/third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/track-scroll.html#newcode17 third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/track-scroll.html:17: pageStep = Math.max(pageStep, innerHeight - 40); On 2016/01/19 22:39:12, ...
4 years, 11 months ago (2016-01-19 23:44:14 UTC) #9
jbroman
lgtm
4 years, 11 months ago (2016-01-20 00:17:24 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1601303003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1601303003/60001
4 years, 11 months ago (2016-01-20 00:38:58 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/113135) linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 11 months ago (2016-01-20 01:08:34 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1601303003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1601303003/60001
4 years, 11 months ago (2016-01-20 01:30:09 UTC) #16
commit-bot: I haz the power
Committed patchset #1 (id:60001)
4 years, 11 months ago (2016-01-20 02:39:34 UTC) #18
commit-bot: I haz the power
4 years, 11 months ago (2016-01-20 02:40:55 UTC) #20
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/ef53ba38118cb84ed66bb9d9335e8b3a550865d6
Cr-Commit-Position: refs/heads/master@{#370285}

Powered by Google App Engine
This is Rietveld 408576698