- From: <bugzilla@jessica.w3.org>
- Date: Thu, 26 Sep 2013 09:27:37 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23363
Bug ID: 23363
Summary: requestFullscreen and dialog.showModal interaction
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Fullscreen
Assignee: annevk@annevk.nl
Reporter: falken@chromium.org
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-webapps@w3.org
What should the top layer be in the following case?
dialog1.showModal();
dialog2.showModal();
dialog1.requestFullscreen();
I think dialog2 should be on top. This currently looks under spec'd though.
showModal and requestFullscreen each require adding to the top of the top
layer.
A related case is:
dialog1.requestFullscreen();
dialog2.showModal();
dialog1.showModal();
Maybe requestFullscreen should skip adding to top layer if it's already in the
top layer.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Thursday, 26 September 2013 09:27:39 UTC