I have been reading the JQuery documentation, and I realize that I cannot chain popups, and that I cannot have popups + non-native select menus. However, I don't see anything that says I can't have a full page dialog (data-rel="dialog") which opens an embedded popup (data-rel="popup").
The problem is that when I do so, THE DIALOG CLOSE NO LONGER WORKS (X at the top left of the big dialog)
So what do I have to do to fix the close button on the dialog so it works. Did I just put the popup in the wrong place?
Apologies that the sample is rough, but it does exhibit the problem very simply.