elemental2 icon indicating copy to clipboard operation
elemental2 copied to clipboard

Missing Element.prototype.scrollIntoViewIfNeeded symbol

Open realityforge opened this issue 5 years ago • 1 comments

Currently Element.prototype.scrollIntoViewIfNeeded is defined in webkit_dom.js. It is not standardized but will soon be available in most evergreen browsers except Firefox. Although @jDramaix indicates that Firefox may catch up soon in https://github.com/google/elemental2/issues/88#issuecomment-498464635.

It is a useful API and it may be useful to bring it through as it has wide usage or maybe we should wait until Firefox supports it.

realityforge avatar Jun 04 '19 00:06 realityforge

Sorry I forgot the negation in my previous comment... I meant : " It does not seem this api will be implemented in Firefox soon."

jDramaix avatar Jun 04 '19 04:06 jDramaix