Re: Scrolling when document.documentElement requests fullscreen

2012-09-13 Thread Anne van Kesteren
On Fri, Sep 7, 2012 at 11:37 AM, Simon Pieters wrote: >> *|*:not(:root):fullscreen { >> position: fixed; >> top:0; right:0; bottom:0; left:0; >> /* etc... */ >> } >> >> Before I make this change in Gecko I'd like to get consensus from other >> implementers that we want this behaviour,

Re: Scrolling when document.documentElement requests fullscreen

2012-09-07 Thread Simon Pieters
On Fri, 07 Sep 2012 01:32:07 +0200, Chris Pearce wrote: We've had a couple of bugs filed against Gecko recently about scrolling fullscreen content. Currently behaviour differs between Chrome and Gecko when fullscreen is requested on document.documentElement. When this happens Chrome stil

Scrolling when document.documentElement requests fullscreen

2012-09-06 Thread Chris Pearce
We've had a couple of bugs filed against Gecko recently about scrolling fullscreen content. Currently behaviour differs between Chrome and Gecko when fullscreen is requested on document.documentElement. When this happens Chrome still shows the viewport/browser scrollbars, but Gecko does not sh