What version of GWT are you using? 1.3.3? 1.4.60? Other?
1.6.4, JDK 6
What version of the gwt-dnd jar file or library file are you using?
2.6.0
What operating system(s) are you using? Windows? Linux? Mac?
win xp sp3
Does the issue occur in web mode, hosted mode, both or don't know?
hosted
What browser(s) do you use? Firefox, IE, Safari, other?
IE6
What is the browser version (if you know) from Help->About?
What steps will reproduce the problem? Please attach sample code if you
can.
i call debug console by:
DebugConsole.getInstance().print(text);
my module:
<module>
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.i18n.I18N"/>
<inherits name='com.allen_sauer.gwt.dnd.gwt-dnd' />
<inherits name='asquare.gwt.debug.Debug'/>
<inherits name='asquare.gwt.tk.GlassPanel'/>
<inherits name='com.google.code.p.gwtchismes.GWTChismes'/>
<entry-point class='com.management.client.Desktop' />
<source path='com/management/client' />
<public path='com/management/public' />
<stylesheet src='Desktop.css' />
</module>
What is the expected output? What do you see instead?
Do you have a workaround?
Please provide any additional information below.
[ERROR] Uncaught Exception
java.lang.AssertionError: The style name 'text-align' 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 asquare.gwt.debug.client.DebugConsole.<init>(DebugConsole.java:110)
at asquare.gwt.debug.client.DebugConsole.getInstance(DebugConsole.java:168)
at
com.plansolutions.bmwfs.survey.management.client.DebugPrinter.print(DebugPrinter
.java:36)
at
com.management.client.service.callback.OpenSurveyCallback.onSuccess(OpenSurveyCa
llback.java:55)
Original issue reported on code.google.com by michal.g...@gmail.com on 20 Apr 2009 at 8:28
Original issue reported on code.google.com by
michal.g...@gmail.com
on 20 Apr 2009 at 8:28