New issue
Advanced search Search tips

Issue 689166 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Overlay Scrollbar not fade out when mouse move out of the div

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

Issue description

Chrome Version: 58.0.3005.0 
OS: Linux

What steps will reproduce the problem?
(1) open http://ht.chaopeng.me/overlay-scrollbar-not-exit.html, wait until scrollbar fade out
(2) move mouse to green div, scroll
(3) move mouse to red div

What is the expected result?

green div scrollbar should fade out
 
Status: Started (was: Assigned)
Project Member

Comment 2 by bugdroid1@chromium.org, Feb 13 2017

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

commit 71bfc364fbfcfd07810b71eaf1374e8a13e447bb
Author: chaopeng <chaopeng@chromium.org>
Date: Mon Feb 13 17:40:40 2017

Add FadeOut delay animation to MouseLeave

MouseLeave should cause a scrollbar fade. This patch we add a
|PostDelayedAnimationTask| call at the bottom of
|ScrollbarAnimationController::DidMouseLeave|.

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

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

[modify] https://crrev.com/71bfc364fbfcfd07810b71eaf1374e8a13e447bb/cc/input/scrollbar_animation_controller.cc
[modify] https://crrev.com/71bfc364fbfcfd07810b71eaf1374e8a13e447bb/cc/input/scrollbar_animation_controller_thinning_unittest.cc

Status: Fixed (was: Started)

Sign in to add a comment