version : SmartGWT Pro v9.0p_2013-07-11/Pro Deployment
browser : any
if I use com.smartgwt.debug.SmartGwtDebug instead of com.smartgwt.SmartGwt, IE8 (win7) will show the number incorrectly ( both dev mode & compiled mode ) as attached image.
however, IE9+ and Chrome have no such problem, and non-debug mode is OK as well.
browser : any
Code:
<inherits name="com.smartgwt.debug.SmartGwtDebug" />
<inherits name="com.smartgwt.debug.DrawingDebug" />
<inherits name="com.smartgwt.debug.ChartsDebug" />
<!-- <inherits name="com.smartgwt.SmartGwt" /> -->
<!-- <inherits name="com.smartgwt.Drawing" /> -->
<!-- <inherits name="com.smartgwt.Charts" /> -->however, IE9+ and Chrome have no such problem, and non-debug mode is OK as well.