We use a Gxt Window for popups. When there is a GWT listbox underneath the popup, the listbox shows through the window. This happens only for Listbox and not other widget. How to avoid this?
Another question. From the poup window, I popup a new window for some lookup upon user action. The new popup goes underneath. I tried setActive(true). But does not help.
This will be a css issue. Checkout the zindexes of the listbox and the window. If you need the window over the listbox, you need to update the zindex of the window.