Hi,
after an upgrade of an existing project to SmartGWT LGPL of 18/08/2010 we got same strange style problems.
We seem the on the context menu of a ListGrid and also on the TabSet tabchooser control drop-down menu.
Also tested with nightly of 24/08/2010 and same problem persists.
It's seen on various computers. Locally in development mode it's fine, though I'm not sure if that might be my local cache.
Included are some screenshots on the menu on ListGrid.
I clicked the "Sort Descending" option which results in a style change on some items (screenshot 2).
We use the Enterprise skin and load it like this:
and in html:
after an upgrade of an existing project to SmartGWT LGPL of 18/08/2010 we got same strange style problems.
We seem the on the context menu of a ListGrid and also on the TabSet tabchooser control drop-down menu.
Also tested with nightly of 24/08/2010 and same problem persists.
It's seen on various computers. Locally in development mode it's fine, though I'm not sure if that might be my local cache.
Included are some screenshots on the menu on ListGrid.
I clicked the "Sort Descending" option which results in a style change on some items (screenshot 2).
We use the Enterprise skin and load it like this:
Code:
<inherits name="com.smartgwt.SmartGwtNoScript"/> <inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/>
Code:
var currentSkin = "Enterprise"; ... <script type="text/javascript"> var ls = isomorphicDir+ "skins/" + currentSkin + "/load_skin.js"; document.write("<"+"script src= "+ls+"><"+"/script>"); </script>
Comment