I checked it out on FF, and when I clicked on something, a dialog
popped up, asking for authentication {don't worry, I didn't try any
hackery}.
My guess is that FF uses a separate thread for pop ups, whilst IE uses
your pages rendering thread for the pop up, and that freezes your
display.
Try a regular Window.alert after a five-ish second wait, and see if
that freezes it too.
If so, all you need to do is build your own ok / cancel / whatever
dialog out of a widget, give it a 100% x 100% transparent parent {to
prevent multiple controller manipulations}, and center / place your
dialog inside somewhere.
I tried checking your site in IE7 and IE8 on VirtualBox, but the
ActiveX control won't install. I click ok {twice} and it doesn't
work. Perhaps it's a vBox issue, or perhaps it isn't.
Good luck!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---