- From: Mason Freed <notifications@github.com>
- Date: Fri, 14 Apr 2023 15:33:14 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 April 2023 22:33:19 UTC
So we discussed other such "interactions" between things that can be in the top layer in multiple ways, here: https://github.com/whatwg/html/issues/9045 The general conclusion/direction seems to be that these things should only be allowed to be in the top layer in one of the ways at a time. So `a.showPopover(); a.requestFullscreen()` should reject the fullscreen request because the element is already a showing popover. But `a.showPopover();a.hidePopover();a.requestFullscreen()` should be ok. I.e. both are allowed, just one at a time. @josepharhar has a PR against fullscreen, I think, to do the above. Is that right? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fullscreen/issues/222#issuecomment-1509360797 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fullscreen/issues/222/1509360797@github.com>
Received on Friday, 14 April 2023 22:33:19 UTC