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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to