我在Mac Os上遇到了一些非常奇怪的Chrome浏览器问题(版本57.0.2987.133(64位))。
首先,我的各种jquery和javascript函数对我来说都不正常,例如scrollTop()
scrollBy()
和window.scrollTo()
为了显示问题,我有以下代码:
<!DOCTYPE HTML>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js" type="text/javascript"></script>
<style>
#outter {
height:5000px;
background-color:grey;
position:relative;
}
#inner1 {
position:absolute;
top:600px;
height:100px;
width:200px;
background-color:red;
}
#inner2 {
position:absolute;
top:1200px;
height:100px;
width:200px;
background-color:red;
}
</style>
<script>
$(document).ready(function() {
console.log("DD");
window.scrollTo(0,600);
});
</script>
</head>
<body>
<div id="outter">
<div id="inner1">
hello1
</div>
<div id="inner2">
hello2
</div>
</div>
</body>
</html>
要重现此问题,请执行以下操作:
我原本预料到重新加载卷轴会重新定位,但它不会。野生动物园的行动似乎正常运作..
我在这里做错了吗?其他人有这种行为吗?
答案 0 :(得分:1)
我有chrome 57.0.2987.133,我认为这是Chrome 57.0.2987.133中的一个错误,它发生在您更改滚动条事件时,前点击Facebook喜欢计数,然后当您退出时它将不再滚动!