google / elemental2

Type checked access to browser APIs for Java code.
Apache License 2.0
150 stars 38 forks source link

Missing Element.prototype.scrollIntoViewIfNeeded symbol #125

Open realityforge opened 5 years ago

realityforge commented 5 years ago

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.

jDramaix commented 5 years ago

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