arielsalminen / feature.js

Feature.js is a fast, simple and lightweight browser feature detection library in 1kb.
https://featurejs.com/
3.17k stars 115 forks source link

<svg>.scrollIintoView not supported on Edge could this be tested? #51

Open bwl21 opened 7 years ago

bwl21 commented 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?

meowsus commented 5 years ago

@bwl21 I'm not super well versed in the behavior of scrollIntoView in Edge, but I think it warrants further investigation for sure!