New issue
Advanced search Search tips

Issue 696717 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Overlay scrollbar flash when click

Project Member Reported by chaopeng@chromium.org, Feb 27 2017

Issue description

Chrome Version: 58.0.3023.0
OS: Linux

What steps will reproduce the problem?
(1) turn on Overlay Scrollbars, open a page has scrollbar
(2) click at any position not scrollbar

What is the expected result?

Nothing happens

What happens instead?

Overlay scrollbar flash


MouseUp should only schedule fade out when scrollbar captured.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Mar 2 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/7e682316e7b28920d1dfd8bdc1b4623a15062804

commit 7e682316e7b28920d1dfd8bdc1b4623a15062804
Author: chaopeng <chaopeng@chromium.org>
Date: Thu Mar 02 16:25:34 2017

Prevent handle MouseUp when mouse is capture a scrollbar

In this patch, we add a captured check in
ScrollbarAnimationController::DidMouseUp.

BUG= 696717 
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel

Review-Url: https://codereview.chromium.org/2718193002
Cr-Commit-Position: refs/heads/master@{#454277}

[modify] https://crrev.com/7e682316e7b28920d1dfd8bdc1b4623a15062804/cc/input/scrollbar_animation_controller.cc
[modify] https://crrev.com/7e682316e7b28920d1dfd8bdc1b4623a15062804/cc/trees/layer_tree_host_impl_unittest.cc

Status: Fixed (was: Assigned)

Sign in to add a comment