GWT app does not work with Safari?

36 views
Skip to first unread message

Magnus

unread,
Dec 18, 2012, 5:04:12 AM12/18/12
to google-we...@googlegroups.com
Hi,

my GWT app does not start under Safari.

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

Reply all
Reply to author
Forward
0 new messages