I have a GWT application with links that open other tabs in the browser using the GWT Window open method. I need the ability to set focus on these tabs when the User selects the links again from the main app. I currently have in place a jsni method which gets a handle to the child window and invokes the focus method on it. When I have Tabs turned off in IE8 and Firefox the child window gets focus. When I enable tabs the focus does not work.
The focus does work in Chrome. While I'd like to just tell my Users to use Chrome I don't have that luxury. Any suggestions ? Thanks, David -- 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.
