Incorrect behavior of scroll-bar in object data
Reported by
dns.mont...@gmail.com,
Apr 7 2016
|
|||
Issue description
<b>Chrome Version : <Copy from: 'about:version'></b>
URLs (if applicable) : -
Other browsers tested:
Add OK or FAIL, along with the version, after other browsers where you
have tested this issue:
Firefox: OK
What steps will reproduce the problem?
(1)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
</head>
<body>
<div style="width:500px; height:500px; margin:0 auto;">
<object data="http://bostonglobe.com" width="100%" height="100%">
Error: Embedded data could not be displayed.
</object>
</div>
</body>
</html>
(2)
After load the object, then, click in the scroll-bar. After that as you can see the scroll will change the position based in mouse movement.
What is the expected result?
I am expecting the same behavior that occurs in Firefox. Scroll only when click in scroll bar.
What happens instead?
The scroll will change the position even if scroll bar not clicked.
http://stackoverflow.com/questions/36472526/incorrect-behavior-of-scroll-bar-in-chrome
Please provide any additional information below. Attach a screenshot if
possible.
,
May 5 2016
I can certainly reproduce this. It seems related the targeting of the mouse down, mouse up event in the scrollbar. Looks to me that the mouse up isn't getting targeted to the scrollbar and that is causing the scrollbar to always think it is in the depressed state.
,
May 5 2016
Repro at http://bokan.ca/bugs/601377.html This is a dup of issue 305335 |
|||
►
Sign in to add a comment |
|||
Comment 1 by rnimmagadda@chromium.org
, May 5 2016Components: Blink>Scroll
Labels: M-51 OS-Linux OS-Windows
Status: Untriaged (was: Unconfirmed)
344 bytes
344 bytes View Download