Hi!
I'm using GWT 2.1 and I set focus on a RichTextArea using the
scheduleDeferred commands:
Scheduler.get().scheduleDeferred(new ScheduledCommand() {
@Override
public void execute() {
textArea.focus();
}
});
This is working well for all browser that I have tested except Firefox
3.6 under Windows XP (on linux is working fine).
The strange beahaviour is : If I have another firefox windows open
in background, this windows is bring to the top when the focus is set.
Thanks
Matthieu
--
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.