Open bwl21 opened 7 years ago
I have a problem that it seems that Edge dos not support element.scrollIntoView if element is an node.
It appears that scrollIntoView can only be used by some elments. http://www.java2s.com/Code/JavaScriptReference/Javascript-Methods/scrollIntoViewisappliedto.htm But this reference is a bit weak and I cannot find this information in other specs.
Nevertheless is it worth/possible to test this by featurejs?
@bwl21 I'm not super well versed in the behavior of scrollIntoView in Edge, but I think it warrants further investigation for sure!
scrollIntoView
I have a problem that it seems that Edge dos not support element.scrollIntoView if element is an
It appears that scrollIntoView can only be used by some elments. http://www.java2s.com/Code/JavaScriptReference/Javascript-Methods/scrollIntoViewisappliedto.htm But this reference is a bit weak and I cannot find this information in other specs.
Nevertheless is it worth/possible to test this by featurejs?