Re: Intent to implement and ship: add `preventScroll` option to HTMLElement's, SVGElement's and XULElement's `focus` method

2019-04-16 Thread mbrodesser
On Monday, April 15, 2019 at 9:21:57 AM UTC+2, Makoto Kato wrote: > Hi, Mirko. (I mistake email address. sorry) > > Does this work on GeckoView/Android too? When showing software keyboard, > web page may be scrolled without focus manager. For the record: GeckoView will need to be adapted

Re: Intent to implement and ship: add `preventScroll` option to HTMLElement's, SVGElement's and XULElement's `focus` method

2019-04-15 Thread Makoto Kato
Hi, Mirko. (I mistake email address. sorry) Does this work on GeckoView/Android too? When showing software keyboard, web page may be scrolled without focus manager. -- Makoto On Thu, Apr 11, 2019 at 11:35 PM Mirko Brodesser wrote: > *Summary*: this allows web-developers to focus an element

Re: Intent to implement and ship: add `preventScroll` option to HTMLElement's, SVGElement's and XULElement's `focus` method

2019-04-12 Thread sime . vidas
The multiplage version of the spec (for folks with slower machines): https://html.spec.whatwg.org/multipage/interaction.html#dom-focusoptions-preventscroll ___ dev-platform mailing list dev-platform@lists.mozilla.org

Intent to implement and ship: add `preventScroll` option to HTMLElement's, SVGElement's and XULElement's `focus` method

2019-04-11 Thread Mirko Brodesser
*Summary*: this allows web-developers to focus an element without scrolling to it. *Bug*: https://bugzilla.mozilla.org/show_bug.cgi?id=1374045 *Link to standard*: https://html.spec.whatwg.org/#dom-focusoptions-preventscroll *Platform coverage*: all platforms. *Estimated or target release*: