Multiple full screen elements do not work

Originator:me
Number:rdar://12166374 Date Originated:24-Aug-2012 12:49 AM
Status:Open Resolved:
Product:Safari Product Version:6.0 (8536.25)
Classification:Serious Bug Reproducible:Always
 
Summary:
When putting multiple elements into full screen, subsequent elements do not get rendered properly into full screen. Safari does report that the element is in full screen, and webkitExitFullscreen is required for each element in the stack in order to exit.

Steps to Reproduce:
1. Go to http://brad.is/reportingbugs/multiplefullscreen/
2. Click the header to put the whole document in full screen
3. Click the image to put it in full screen

Expected Results:
The image will expand to fill the screen as if requested that it go directly into fullscreen, and document.webkitFullscreenElement references the image element.

Actual Results:
document.webkitFullscreenElement does reference the image element, but the display does not change. Also, webkitExitFullscreen does work properly for each element in the stack (the image and document here).

Regression:

Notes:

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!