Mouse scroll wheel in chrome

I recognize the strange behavior of Chrome. We have a page with an Iframe and scrollable content on it.

<div id="d1"><div id="d2">Lorem ipsum ***</div></div>

#d1 {
    width:100px;
    height:100px;
    overflow:scroll;
}
#d2 {
    width:150px;
    height:150px;
}

      

Demo here: http://jsfiddle.net/kotodid/r40hf1g8/

The iframe is inside the jsfiddle and I only add a scrollable div.

I am trying to scroll this mouse dialog and click the mouse and the current page freezes. After that I can't do anything on this page: no clicks, no form changes. Just close the tab.

Does anyone have such a problem? Is this a known bug?

I tried on another PC using Windows 7 and Chromium-based browsers: Chome (42.0.2311.135 x32), Opera (29.0.1795.47 x32), Vivaldi (1.0.162.2 x64). Every problem has this problem. Firefox or IE doesn't. Normal scrolling with arrows or turning wheels is also not a problem.

+3


source to share





All Articles