After some investigation, what you need to do here is just add your popups as Peers of the modalWindow - so, modalWindow.addPeer(isc.Window.create()) - that will give you correct clickMask behavior, and will also close those peers when the modalWindow closes.
[Edit] In fact, while this technique does enforce the peer behavior, it still doesn't address the clickMask issue - you would still have to call modalWindow.peers.callMethod("show") or "bringToFront"...
We'll have a discussion about this and get back to you.
[Edit] In fact, while this technique does enforce the peer behavior, it still doesn't address the clickMask issue - you would still have to call modalWindow.peers.callMethod("show") or "bringToFront"...
We'll have a discussion about this and get back to you.
Comment