On Mar 4, 12:24 am, Paul Stockley <[email protected]> wrote: > In IE 8 you can click on buttons outside of the popup (but not input > boxes) even when a modal PopupPanel or DialogBox is shown. It works OK > in Chrome and Firefox. Strangely, calling setGlassEnabled(true) works > even in IE. Anyone else seen this behavior?
I gave up using modal popups/dialogs more than 2 years ago. We've been using "glass panels" since then, switching to setGlassEnabled when it's been added to GWT. I strongly believe "modal popups" should have been implemented as setGlassEnabled(true) from the beginning (that's what many JS frameworks/toolkits do, starting with Google's very own Closure library) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
