Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 为什么(看起来)不相关的div重新涂上了铬?_Css_Google Chrome_Scroll_Google Chrome Devtools_Html Rendering - Fatal编程技术网

Css 为什么(看起来)不相关的div重新涂上了铬?

Css 为什么(看起来)不相关的div重新涂上了铬?,css,google-chrome,scroll,google-chrome-devtools,html-rendering,Css,Google Chrome,Scroll,Google Chrome Devtools,Html Rendering,有人能帮我理解为什么在滚动左边的容器时,右边的滚动容器会被重新绘制吗 以下是说明问题的gif: 请注意,右侧图层当前在“图层”面板中高亮显示,并在我向左滚动时重新绘制。 这说明了我在一个更大的html更新层树中遇到的问题,而组成成为主要瓶颈 布局非常简单,请参见。有两个绝对定位的div,每个div中都有一个滚动div和一些内容 在Mac 10.10.5上的Chrome 59.0.3071.115(正式版)(64位)和Mac上的Chrome 61.0.3159.0(正式版)canary(64位)

有人能帮我理解为什么在滚动左边的容器时,右边的滚动容器会被重新绘制吗

以下是说明问题的gif:

请注意,右侧图层当前在“图层”面板中高亮显示,并在我向左滚动时重新绘制。 这说明了我在一个更大的html更新层树中遇到的问题,而组成成为主要瓶颈

布局非常简单,请参见。有两个绝对定位的div,每个div中都有一个滚动div和一些内容

在Mac 10.10.5上的Chrome 59.0.3071.115(正式版)(64位)和Mac上的Chrome 61.0.3159.0(正式版)canary(64位)上测试


asdad

asdad

asdad

asdad


哪个版本的Chrome上可能已经报告了一个bug?我似乎无法在Linux的Chrome 57.0.2987.98和Windows的Chrome Canary 61.0.3159.0上复制它。@MrLister Chrome 59.0.3071.115(官方版本)(64位),Mac 10.10。5@MrListerMac上61.0.3159.0(官方版本)canary(64位)上的同一版本
<div class="left panel">
  <div class="inner inside-left">
    <p>asdad</p><p>asdad</p>
  </div>
</div>

<div class="right panel">
  <div class="inner inside-right">
    <p>asdad</p><p>asdad</p>
  </div>
</div>