More adventures in migrating to clientcide 2.2.0. I have two dialog: login and register. Each has a link to the other. I never want them "stacked" or open at the same time: when I open one, if another is open, I want it closed upon opening another. In clientcide 2.1.0, I was able to get the desired effect by setting id: to the same value. This no longer works and I've found 2.2.0 has the allowMultiple option. So I set it to false. This mostly works but has a bug in that as each window opens, the mask get applied over the prior, so as I switch back and forth between login and register multiple times, my background gets darker and darker. When I finally close the dialog, I have to click the background once for each time a dialog was opened to incrementally remove the masks.
Is there a better place I should be reporting these bugs so they get tracked better? thanks, Jon
