Scroll bar can't be hidden
Reported by
zhengchu...@gmail.com,
Jan 4
|
|||
Issue description
UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Steps to reproduce the problem:
1. <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<style>
.a {
position: relative;
}
.b {
overflow: scroll;
width: 400px;
height: 100px;
background-color: red;
}
.c {
background-color: yellow;
width: 100px;
height: 100px;
position: absolute;
left: 0;
top: 0;
}
.d {
width: 1000px;
height: 100px;
}
</style>
<div class="a">
<div class="b">
<div class="d">
</div>
</div>
<div class="c"></div>
</div>
</body>
</html>
2. hang mouse on red block bottom
3.
What is the expected behavior?
Scroll bar should be hidden after mouse move out
What went wrong?
Scroll bar con't hidden after mouse move out
Did this work before? N/A
Chrome version: 71.0.3578.98 Channel: stable
OS Version: OS X 10.13.3
Flash Version:
,
Jan 5
,
Jan 7
Thanks for filing the issue! Unable to reproduce the issue on reported chrome version 71.0.3578.98 using Mac 10.14.1 with the below mentioned steps. 1. Launched Chrome 2. Opened "index.html" in a new tab. 3. Hovered mouse over red block and scrolled. 4. Moved the mouse out of red block. Observed the scroll bar is hidden when mouse moved out of red block. @Reporter: Could you please check the same in a new profile without any apps & extensions and let us know if the issue still persists. |
|||
►
Sign in to add a comment |
|||
Comment 1 by meh...@chromium.org
, Jan 4