I am doing a very simple Timer() and the timer is not getting fired in 
Firefox. It works fine in Chrome and Safari.

Code snippet - 

public void setTimer(){
...
   timer = new Timer(){
   
   @Override
   public void run(){
      logger.log(Level.INFO, "Inside Timer.run()");
   }
}

I am on Mac, using FF version 28.0. Using vaadin-client-7.1.8.jar

Thanks for your help.
Patricia

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to