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

Issue 2135163002: Scroll the attached view when wheel spinned on top of a scroll button. (Closed)

Created:
4 years, 5 months ago by yamaguchi
Modified:
4 years, 5 months ago
Reviewers:
oka, fukino
CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Scroll the attached view when wheel spinned on top of a scroll button. BUG=600697 TEST=manually Committed: https://crrev.com/c4b85f71622b4e65bde77a4045402ba65472ed57 Cr-Commit-Position: refs/heads/master@{#404631}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add comment about the difference from normal scroll. #

Patch Set 3 : Use wheel instead of deprecated mousewheel event. #

Total comments: 2

Patch Set 4 : Fix comment indent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -0 lines) Patch
M ui/file_manager/file_manager/foreground/js/ui/scrollbar.js View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
yamaguchi
PTAL
4 years, 5 months ago (2016-07-11 09:54:11 UTC) #2
fukino
Thank you! https://codereview.chromium.org/2135163002/diff/1/ui/file_manager/file_manager/foreground/js/ui/scrollbar.js File ui/file_manager/file_manager/foreground/js/ui/scrollbar.js (right): https://codereview.chromium.org/2135163002/diff/1/ui/file_manager/file_manager/foreground/js/ui/scrollbar.js#newcode54 ui/file_manager/file_manager/foreground/js/ui/scrollbar.js:54: this.button_.addEventListener('mousewheel', this.onWheel_.bind(this)); mousewheel event is deprecated, so ...
4 years, 5 months ago (2016-07-11 10:09:52 UTC) #3
yamaguchi
On 2016/07/11 10:09:52, fukino wrote: > Thank you! > > https://codereview.chromium.org/2135163002/diff/1/ui/file_manager/file_manager/foreground/js/ui/scrollbar.js > File ui/file_manager/file_manager/foreground/js/ui/scrollbar.js (right): ...
4 years, 5 months ago (2016-07-11 10:15:29 UTC) #4
yamaguchi
https://codereview.chromium.org/2135163002/diff/1/ui/file_manager/file_manager/foreground/js/ui/scrollbar.js File ui/file_manager/file_manager/foreground/js/ui/scrollbar.js (right): https://codereview.chromium.org/2135163002/diff/1/ui/file_manager/file_manager/foreground/js/ui/scrollbar.js#newcode54 ui/file_manager/file_manager/foreground/js/ui/scrollbar.js:54: this.button_.addEventListener('mousewheel', this.onWheel_.bind(this)); On 2016/07/11 10:09:52, fukino wrote: > mousewheel ...
4 years, 5 months ago (2016-07-11 10:17:20 UTC) #5
fukino
https://codereview.chromium.org/2135163002/diff/40001/ui/file_manager/file_manager/foreground/js/ui/scrollbar.js File ui/file_manager/file_manager/foreground/js/ui/scrollbar.js (right): https://codereview.chromium.org/2135163002/diff/40001/ui/file_manager/file_manager/foreground/js/ui/scrollbar.js#newcode103 ui/file_manager/file_manager/foreground/js/ui/scrollbar.js:103: // This implementation will bypass the smooth scroll animation ...
4 years, 5 months ago (2016-07-11 10:19:12 UTC) #6
yamaguchi
https://codereview.chromium.org/2135163002/diff/40001/ui/file_manager/file_manager/foreground/js/ui/scrollbar.js File ui/file_manager/file_manager/foreground/js/ui/scrollbar.js (right): https://codereview.chromium.org/2135163002/diff/40001/ui/file_manager/file_manager/foreground/js/ui/scrollbar.js#newcode103 ui/file_manager/file_manager/foreground/js/ui/scrollbar.js:103: // This implementation will bypass the smooth scroll animation ...
4 years, 5 months ago (2016-07-11 10:23:07 UTC) #7
fukino
LGTM!
4 years, 5 months ago (2016-07-11 10:23:47 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135163002/60001
4 years, 5 months ago (2016-07-11 10:24:45 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-11 11:06:18 UTC) #11
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-11 11:06:20 UTC) #12
commit-bot: I haz the power
4 years, 5 months ago (2016-07-11 11:07:38 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c4b85f71622b4e65bde77a4045402ba65472ed57
Cr-Commit-Position: refs/heads/master@{#404631}

Powered by Google App Engine
This is Rietveld 408576698