Hi, I have a basic login page with username and password fields, and a submit button. When you click submit a DialogBox displays with an appropriate message and a close button.
The problem I have come across is that, if I add setFocus(true) for the username TextBox in onModuleLoad, after closing the DialogBox the objects shift slightly down and to the right. I noticed at the time that the panels, etc are not exactly on center when I first load the page. After they shift they have moved to center. The thing is, that if I do not add setFocus(true) in the onModuleLoad, the panels are all on center and I don't have the problem where things shift. Is this a known bug? Does anyone know a work-around? Please help. -- 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.
