Closed
Description
This was raised by @emilio as part of the discussion of #470. We need to fully define the interactions between top layer element types. What happens when a popup is showing and a modal dialog is opened? What happens if you call .showPopup()
on an already-modal <dialog>
? What about a closed <dialog>
? What if you want to open a tooltip (via Popup) on top of a fullscreen element?
We need to carefully consider these interactions and specify them.