Hello Thomas, This issue happens because the 'z index' used by GWT modules is lower than ones used by GWT-Ext's windows. Try changing your Dialogbox's CSS z-index to something that is higher than GWT-Ext's window's z-index. In my application the GWT-Ext's window's z-index is set to 9003, this is default value.
- Avadh On Tue, Nov 25, 2008 at 3:07 PM, Masto <[EMAIL PROTECTED]> wrote: > > Hi, > > i have a class Window that launches a standard GWT dialog (a class > that extends GWT DialogBox). The problem is that the Dialog appears > behind the Window, not on top of it. > > Do you guys have any idea on how to work around that ? (Don't tell me > to use another Window instead of my GWT DialogBox :-)) > > Thanks, > > Thomas > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
