document.querySelector('#b_o_t_t_o_m').scrollIntoView() does not work
Issue #2257
wontfix
I use version: 3.3071.1649.g98725e6
i want use js function
function _toBottom(){
document.querySelector('#b_o_t_t_o_m').scrollIntoView();
}
scroll to bottom, but it doesn't work.
In the old version 3.2171, it works fine.
help me please!
Comments (3)
-
reporter -
reporter my div is 0px height, i Set to 1px, it works fine!
-
- changed status to wontfix
Sounds like it's working as expected. A 0px height would not be visible.
- Log in to comment
In win7 64 OS.