RESOLVED WORKSFORME 123094
[CSS Regions] calling requestFullscreen() on content flowed in a region makes the whole document full screen
https://bugs.webkit.org/show_bug.cgi?id=123094
Summary [CSS Regions] calling requestFullscreen() on content flowed in a region makes...
Mihai Balan
Reported 2013-10-21 07:22:53 PDT
Calling webkitRequestFullscreen() on an element flowed in regions will put the entire document in full screen (as if document.webkitRequestFullscreen() was called). While this specific aspect is not clearly specced, this is counter to what happens when making full-screen an element fragmented through columns and also counter-intuitive. Also, if the element is fragmented through regions, there are also some layout/rendering artifacts in the form of black margins before and after the element. Repro ----- 1. Open attached file 2. Click the button Expected: Page goes full-screen and only the second paragraph with green border is visible Actual: Page goes full-screen but with all the document being visible. Also, there is a black margin/border before and after the green paragraph.
Attachments
HTML file highlighting the problem (2.45 KB, text/html)
2013-10-21 07:34 PDT, Mihai Balan
no flags
Mihai Balan
Comment 1 2013-10-21 07:34:20 PDT
Created attachment 214737 [details] HTML file highlighting the problem
Mihai Balan
Comment 2 2013-10-21 07:49:56 PDT
Mihnea Ovidenie
Comment 3 2014-04-10 05:08:32 PDT
Not reproducible in nightly 167020
Note You need to log in before you can comment on or make changes to this bug.