In Firefox 4.0.1 the header of SmartGWT Windows isnt large enough to contain the close button, that appears cutted in the bottom.
The problem rises also with a minimal test where onModuleLoad do just SC.ask (in that case even the buttons appears cutted in the bottom!).
Anyone can help with this weird behaviour?
In the online showcase everything is rendered properly with the same firefox.
In my gwt.xml I have:
<inherits name="com.smartgwt.SmartGwtNoTheme" />
<inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue" />
and no external css are loaded: no in the gwt.xml and neither in the .html file.
Thanks.
The problem rises also with a minimal test where onModuleLoad do just SC.ask (in that case even the buttons appears cutted in the bottom!).
Anyone can help with this weird behaviour?
In the online showcase everything is rendered properly with the same firefox.
In my gwt.xml I have:
<inherits name="com.smartgwt.SmartGwtNoTheme" />
<inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue" />
and no external css are loaded: no in the gwt.xml and neither in the .html file.
Thanks.
Comment