So I'm building the UI for my app. Everything is inside of a VerticalPanel, and fits nicely onto my screen. I decided to call setFocus at the end of onModuleLoad, to set the focus where it belongs (the first text field of the document).
Unfortunately, doing that causes the screen to scroll up (so that the TextBox is at the top of the screen) and to the left, even though everythign would be visible if this scroll did NOT happen. Why is it doing this? How do I keep it from doing this? -- 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.
