标签:int iss lint com 版本 span 使用 取值 chrome
关于 scrollIntoView 方法在 chrome version 78.0.3904.70(正式版本) (64 位)中不能正常工作的问题
当我同时使用 el.scrollIntoView({ block: ‘center‘, behavior: ‘smooth‘ })
和
document.querySelector(‘.someScrollElement‘).scrollTop = aNumber 的时候,scrollIntoView方法失效。对scrollTop的取值操作无影响,只有赋值操作不起作用。如果设置一个定时器,让它们错开时间,在大于某个时间间隔两者可以共同工作。
注意,el 和 someScrollElement 不是同一个东西
相关链接:https://github.com/iamdustan/smoothscroll/issues/28
scrollIntoView behavior smooth not work
标签:int iss lint com 版本 span 使用 取值 chrome
原文地址:https://www.cnblogs.com/yummylucky/p/11780945.html