I am using GWT 1.7 together with the GWT Window Manager (http://
www.gwtwindowmanager.org/) and receive the following exception.
It is fine when I compile, deploy and then start with firefox or IE.
The exception only comes when I use the hosted browser from Run out of
eclipse. Can I maybe just switch this assertion off to make it run
again?
java.lang.AssertionError: The style name '-mozOpacity' should be in
camelCase format
at com.google.gwt.dom.client.Style$.assertCamelCase$(Style.java:63)
at com.google.gwt.dom.client.Style$.setProperty$(Style.java:42)
at com.google.gwt.user.client.DOM.setStyleAttribute(DOM.java:1208)
at org.gwm.client.impl.OutlinePanel.initUI(OutlinePanel.java:33)
at org.gwm.client.impl.OutlinePanel.<init>(OutlinePanel.java:25)
at org.gwm.client.impl.DefaultGFrame.initializeFrame
(DefaultGFrame.java:193)
at org.gwm.client.impl.DefaultGFrame.<init>(DefaultGFrame.java:179)
at org.gwm.client.impl.DefaultGInternalFrame.<init>
(DefaultGInternalFrame.java:59)
at org.gwm.client.impl.DefaultGInternalFrame.<init>
(DefaultGInternalFrame.java:53)
at adicha.client.admin.UsersFrame.createUsersFrame(UsersFrame.java:
39)
at adicha.client.admin.AdminClient.onModuleLoad(AdminClient.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:326)
at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace
(BrowserWidget.java:343)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access$300
(BrowserWidgetIE6.java:37)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad
(BrowserWidgetIE6.java:77)
at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke
(BrowserWidgetIE6.java:161)
at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke
(IDispatchImpl.java:294)
at com.google.gwt.dev.shell.ie.IDispatchImpl.method6
(IDispatchImpl.java:194)
at org.eclipse.swt.internal.ole.win32.COMObject.callback6
(COMObject.java:117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
at com.google.gwt.dev.SwtHostedModeBase.processEvents
(SwtHostedModeBase.java:235)
at com.google.gwt.dev.HostedModeBase.pumpEventLoop
(HostedModeBase.java:558)
at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:405)
at com.google.gwt.dev.HostedMode.main(HostedMode.java:232)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---