且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Google Chrome仅部分载入背景图片

更新时间:2022-06-11 23:28:19

这似乎是一个Chrome错误,但我找不到任何参考。

This seems to be a Chrome bug, but I can't find any reference to it.

当我启动Web检查器似乎消失,所以也许你可以尝试运行一些虚拟的javascript的行为异常的元素(注意:我只是猜到这里):

It seems to go away when I start the web inspector, so maybe you could try to run some dummy javascript on the element that's misbehaving (Note: I'm just guessing here):

var acc = document.getElementById("accordion");
acc.className = acc.className;

这将强制回流。