Hi,

I'm using com.google.gwt.user.client.Window.open to open a new window,
e.g.

Window.open("test.jsp",
"test","status=0,toolbar=0,menubar=1,location=0,resizable=0,width=500,height=500");

However, when I run the code in IE8, the new window that opens is
getting hidden in the background, e.g. behind the parent window.

The strange thing is that this works in other web browsers like
Firefox and Chrome.

Have you seen this issue? Do you know if there is any way to make the
GWT Window.open code to automatically set focus on the new window in
IE8?

Thanks.

Billy

-- 
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.

Reply via email to