Community
Participate
Working Groups
If a new Shell is opened as Popup it disappears in the Background (zindex < mainShell). Easy reproducible with example-project.
Created attachment 201623 [details] Example Project to reproduce Bug
Fixed in CVS HEAD. As a side effect of the protocol adjustments, "show" (previously "open") was called on the shell before the parent shell was set. This resulted in "reorderShells" to be executed without an established relationship between the two shells.
Great, my example works now. Thank you very much for the fast fix.