Hi,

my GWT app does not start under Safari.
http://www.bavaria64.de:8080/bcst/index.html?testStatusBar

The app first shows a loading indicator, which is then removed and 
substituted by the app's main panel, a DockLayoutPanel:

  RootPanel p = RootPanel.get("apl-Indicator");
  Element e = p.getElement();
  e.removeFromParent();  
  ...  
  RootLayoutPanel.get().add(mainPanel);

The Safari user reports that the loading indicator shows up forever...

Is this a mistake or doesn't GWT support this platform?

Thanks
Magnus

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/D1Hkxw7x1_UJ.
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